mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-06-09 18:14:06 +09:00
screw the isdev thing
This commit is contained in:
@@ -344,14 +344,15 @@ public class AppLoader implements ApplicationListener {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (args.length == 1 && args[0].equals("isdev=true")) {
|
//if (args.length == 1 && args[0].equals("isdev=true")) {
|
||||||
IS_DEVELOPMENT_BUILD = true;
|
IS_DEVELOPMENT_BUILD = true;
|
||||||
// safe area box
|
// safe area box
|
||||||
//KeyToggler.INSTANCE.forceSet(Input.Keys.F11, true);
|
//KeyToggler.INSTANCE.forceSet(Input.Keys.F11, true);
|
||||||
}
|
//}
|
||||||
else {
|
//else {
|
||||||
System.err.println("Game not started using DEBUG MODE -- current build of the game will display black screen without debug mode");
|
// System.err.println("Game not started using DEBUG MODE -- current build of the game will display black screen without debug mode");
|
||||||
}
|
//}
|
||||||
|
|
||||||
// set some more configuration vars
|
// set some more configuration vars
|
||||||
MULTITHREAD = THREAD_COUNT >= 3 && getConfigBoolean("multithread");
|
MULTITHREAD = THREAD_COUNT >= 3 && getConfigBoolean("multithread");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user