Skip to content

Commit 542fdbb

Browse files
authored
Windows should no longer pause by default [1.20] (#115)
Windows should no longer pause by default
1 parent 9c6bf3e commit 542fdbb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/java/com/ldtteam/blockui/views/BOWindow.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,12 +40,12 @@ public class BOWindow extends View
4040
/**
4141
* Defines if the window should pause the game.
4242
*/
43-
protected boolean windowPausesGame = true;
43+
protected boolean windowPausesGame = false;
4444

4545
/**
4646
* Defines if the window should have a lightbox.
4747
*/
48-
protected boolean lightbox = true;
48+
protected boolean lightbox = false;
4949

5050
/**
5151
* Render using size or attemp to scale to fullscreen.

0 commit comments

Comments
 (0)