Fix use of CADisplayLink on iOS
This commit is contained in:
@@ -114,7 +114,7 @@ class ApplicationMain {
|
||||
|
||||
var result = app.exec ();
|
||||
|
||||
#if (sys && !nodejs && !emscripten)
|
||||
#if (sys && !ios && !nodejs && !emscripten)
|
||||
lime.system.System.exit (result);
|
||||
#end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user