Skip to content

Commit cb64cc3

Browse files
committed
Removed a stupid false...
1 parent 44c58bc commit cb64cc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

states/Boot.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RENAME_ME.Boot.prototype = {
1717
this.scale.pageAlignHorizontally = true;
1818
this.scale.pageAlignVertically = true;
1919

20-
if (false && this.game.device.desktop) {
20+
if (this.game.device.desktop) {
2121
console.log("I'm desktop");
2222
this.scale.maxWidth = this.game.width;
2323
this.scale.maxHeight = this.game.height;

0 commit comments

Comments
 (0)