mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Forgot to remove
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user