Allow threaded system initialization

This commit is contained in:
Emux
2019-09-28 22:35:28 +03:00
parent 7ad3f4a0b1
commit 0c1c06c1bb
3 changed files with 16 additions and 1 deletions

View File

@@ -67,6 +67,11 @@ public final class Parameters {
*/
public static boolean TEXTURE_ATLAS = false;
/**
* Threaded system initialization.
*/
public static boolean THREADED_INIT = false;
private Parameters() {
throw new IllegalStateException();
}