mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-09 21:31:51 +09:00
warning msg for not on debug mode
This commit is contained in:
@@ -344,7 +344,9 @@ public class AppLoader implements ApplicationListener {
|
||||
// safe area box
|
||||
//KeyToggler.INSTANCE.forceSet(Input.Keys.F11, true);
|
||||
}
|
||||
|
||||
else {
|
||||
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
|
||||
MULTITHREAD = ThreadParallel.INSTANCE.getThreadCount() >= 3 && getConfigBoolean("multithread");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user