Forgot to remove

This commit is contained in:
lieght
2025-10-14 23:27:52 +02:00
parent 8f7e78efb5
commit d0676d9363

View File

@@ -10,9 +10,8 @@ import org.toop.framework.resource.resources.MusicAsset;
import org.toop.framework.resource.resources.SoundEffectAsset; import org.toop.framework.resource.resources.SoundEffectAsset;
public final class Main { public final class Main {
static void main(String[] args) throws InterruptedException { static void main(String[] args) {
initSystems(); initSystems();
Thread.sleep(200);
App.run(args); App.run(args);
} }