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 9fee1ed commit 2fc63adCopy full SHA for 2fc63ad
1 file changed
launcher/src/main/java/oxy/bascenario/Main.java
@@ -11,6 +11,6 @@ public static void main(String[] args) {
11
screen.setDone(true);
12
}).start();
13
14
- Launcher.launch(screen, true, true);
+ Launcher.launch(screen, false, true);
15
}
16
0 commit comments