We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7442eda commit 84b8a9cCopy full SHA for 84b8a9c
jme3-core/src/main/java/com/jme3/system/AppSettings.java
@@ -1518,7 +1518,7 @@ public void setDisplay(int mon) {
1518
* @param preferred true to prefer GLX (native X11) for the GL context, false to prefer EGL (native Wayland).
1519
*/
1520
public void setX11PlatformPreferred(boolean preferred) {
1521
- put("X11PlatformPreferred", preferred);
+ putBoolean("X11PlatformPreferred", preferred);
1522
}
1523
1524
/**
0 commit comments