diff options
| author | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-28 10:34:19 -0800 |
|---|---|---|
| committer | Elizabeth Alexander Hunt <me@liz.coffee> | 2026-02-28 10:37:02 -0800 |
| commit | 5179800abc24ebf6b39761ff2e62e8134770d3b2 (patch) | |
| tree | 87400c6ef12ccb01831e53f28218f8f0f54576c7 /lwjgl3 | |
| parent | e9b0b0ddde8475860b8278e5d0b08543c8fe0a4d (diff) | |
| download | dyl-5179800abc24ebf6b39761ff2e62e8134770d3b2.tar.gz dyl-5179800abc24ebf6b39761ff2e62e8134770d3b2.zip | |
Minor stress test
Diffstat (limited to 'lwjgl3')
| -rw-r--r-- | lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java b/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java index 4aed564..7f59aca 100644 --- a/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java +++ b/lwjgl3/src/main/java/coffee/liz/dyl/lwjgl3/Lwjgl3Launcher.java @@ -26,7 +26,7 @@ public class Lwjgl3Launcher { //// useful for testing performance, but can also be very stressful to some hardware. //// You may also need to configure GPU drivers to fully disable Vsync; this can cause screen tearing. - configuration.setWindowedMode(640, 480); + configuration.setWindowedMode(1024, 1024); //// You can change these files; they are in lwjgl3/src/main/resources/ . //// They can also be loaded from the root of assets/ . configuration.setWindowIcon("libgdx128.png", "libgdx64.png", "libgdx32.png", "libgdx16.png"); |
