Ver Fonte

in-pass-shadows: show cfg dialog for test

Kirill Vainer há 7 anos atrás
pai
commit
cbf6ffaad8

+ 0 - 1
jme3-examples/src/main/java/jme3test/light/TestInPassShadows.java

@@ -65,7 +65,6 @@ public class TestInPassShadows extends SimpleApplication {
     
     public static void main(String[] args) {
         TestInPassShadows app = new TestInPassShadows();
-        app.setShowSettings(false);
         AppSettings settings = new AppSettings(true);
         settings.setGammaCorrection(true);
         app.setSettings(settings);