1
1
Fork 0
mirror of https://github.com/boxgaming/qbjs.git synced 2024-09-19 20:14:58 +00:00

Fixed spacing issue.

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

4
qb.js
View file

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