1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-09-20 04:24:45 +00:00

Fixed spacing issue.

This commit is contained in:
William Barnes 2022-06-22 01:14:10 -04:00
parent a7a0fbedbb
commit 8c4e324cb4

2
qb.js
View file

@ -821,7 +821,7 @@ var QB = new function() {
if (x != undefined) {
_fgColor = _color(x);
}
if (bg != undefined) {
if (y != undefined) {
_bgColor = _color(y);
}
//}