RobovmLauncher: remove redundant init call, #92
This commit is contained in:
parent
a9bb6e3788
commit
5eae87e892
@ -51,7 +51,6 @@ public class RobovmLauncher extends IOSApplication.Delegate {
|
|||||||
public static void main(String[] argv) {
|
public static void main(String[] argv) {
|
||||||
NSAutoreleasePool pool = new NSAutoreleasePool();
|
NSAutoreleasePool pool = new NSAutoreleasePool();
|
||||||
System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE");
|
System.setProperty(org.slf4j.impl.SimpleLogger.DEFAULT_LOG_LEVEL_KEY, "TRACE");
|
||||||
IOSMapApp.init();
|
|
||||||
|
|
||||||
UIApplication.main(argv, null, RobovmLauncher.class);
|
UIApplication.main(argv, null, RobovmLauncher.class);
|
||||||
pool.drain();
|
pool.drain();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user