Revert "Make System.exit a non-op on mobile"

This reverts commit ae84db1028.
This commit is contained in:
Joshua Granick
2015-08-21 19:28:40 -07:00
parent ae84db1028
commit 81c46aedde

View File

@@ -117,7 +117,7 @@ class System {
public static function exit (code:Int):Void {
#if (sys && desktop)
#if sys
#if !macro
if (Application.current != null) {