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

fullscreen fix

This commit is contained in:
boxgaming 2022-05-02 16:31:47 -05:00
parent 407f5a499f
commit 501db5258d

2
qb.js
View file

@ -208,7 +208,7 @@ var QB = new function() {
}; };
this.func__FullScreen = function() { this.func__FullScreen = function() {
return GX.fullScreen() ? 2 : -1; return GX.fullScreen() ? 2 : 0;
}; };
this.sub__FullScreen = function(mode, smooth) { this.sub__FullScreen = function(mode, smooth) {