mirror of
https://github.com/curioustorvald/Terrarum.git
synced 2026-03-10 13:51:53 +09:00
lang update
This commit is contained in:
@@ -473,7 +473,7 @@ public class App implements ApplicationListener {
|
||||
);
|
||||
|
||||
// set some more configuration vars
|
||||
MULTITHREAD = THREAD_COUNT >= 3 && getConfigBoolean("multithread");
|
||||
MULTITHREAD = THREAD_COUNT >= 3;
|
||||
|
||||
new TerrarumLwjgl3Application(new App(appConfig), appConfig);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user