C# improvements

This commit is contained in:
Joshua Granick
2016-08-30 03:48:30 -07:00
parent 5f4b564e2a
commit b337e232f0
6 changed files with 27 additions and 9 deletions

View File

@@ -131,7 +131,7 @@ class NativeApplication {
untyped setImmediate (eventLoop);
return 0;
#elseif (cpp || neko || cs)
#elseif lime_cffi
var result = lime_application_exec (handle);
parent.onExit.dispatch (result);