Skip to content

Commit 0384fe5

Browse files
committed
jayfella commented 6 hours ago
I would appreciate removing the presumed resolution and to display the settings page by default before merging.
1 parent 5374c66 commit 0384fe5

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

jme3-examples/src/main/java/jme3test/games/RollingTheMonkey.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,6 @@
5959
import com.jme3.scene.shape.Box;
6060
import com.jme3.scene.shape.Sphere;
6161
import com.jme3.shadow.DirectionalLightShadowFilter;
62-
import com.jme3.system.AppSettings;
63-
import com.jme3.util.TempVars;
6462
import java.util.concurrent.Callable;
6563

6664
/**
@@ -97,14 +95,7 @@ public class RollingTheMonkey extends SimpleApplication implements ActionListene
9795
private static final String INPUT_MAPPING_RESET = "INPUT_MAPPING_RESET";
9896

9997
public static void main(String[] args) {
100-
AppSettings settings = new AppSettings(true);
101-
settings.setTitle(TITLE);
102-
settings.setResolution(1440, 810);
103-
settings.setFullscreen(false);
104-
10598
RollingTheMonkey app = new RollingTheMonkey();
106-
app.setShowSettings(false);
107-
app.setSettings(settings);
10899
app.start();
109100
}
110101

0 commit comments

Comments
 (0)