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 9452078 commit 3a556b5Copy full SHA for 3a556b5
jme3-lwjgl3/src/main/java/com/jme3/system/lwjgl/LwjglCanvas.java
@@ -497,7 +497,6 @@ protected void createContext(AppSettings settings) {
497
// This will activate the "effective data" scrubber.
498
showGLDataEffective.set(settings.getBoolean("GLDataEffectiveDebug"));
499
500
- glData.depthSize = settings.getBitsPerPixel();
501
glData.alphaSize = settings.getAlphaBits();
502
glData.sRGB = settings.isGammaCorrection(); // Not compatible with very old devices
503
0 commit comments