Skip to content

Commit c4b9a65

Browse files
fullscreen fix?
1 parent 1b25c48 commit c4b9a65

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

RemixedDungeonDesktop/src/libgdx/java/com/nyrds/platform/app/RemixedDungeonApp.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public static void main(String[] args) {
2626
cfg.setBackBufferConfig(8, 8, 8, 8, 16, 0, 0);
2727
cfg.setForegroundFPS(30);
2828

29-
cfg.setWindowedMode(800, 450);
29+
cfg.setFullscreenMode(Lwjgl3ApplicationConfiguration.getDisplayMode());
3030
cfg.enableGLDebugOutput(true, System.err);
3131

3232

RemixedDungeonDesktop/src/libgdx/java/com/nyrds/platform/game/RemixedDungeon.java

-2
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ public void create() {
7474

7575
updateFpsLimit();
7676

77-
toggleFullscreen();
78-
7977
super.create();
8078
}
8179

0 commit comments

Comments
 (0)