lang update

This commit is contained in:
minjaesong
2023-11-28 00:31:08 +09:00
parent 3d0a1acbe1
commit 2eaa960571
6 changed files with 20 additions and 39 deletions

View File

@@ -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);
}