diff --git a/qb.js b/qb.js index dd970ad..ffa8aa6 100644 --- a/qb.js +++ b/qb.js @@ -208,7 +208,7 @@ var QB = new function() { }; this.func__FullScreen = function() { - return GX.fullScreen() ? 2 : -1; + return GX.fullScreen() ? 2 : 0; }; this.sub__FullScreen = function(mode, smooth) {