From 81c46aedde15190e9cd6b9abc25f715ada3e532e Mon Sep 17 00:00:00 2001 From: Joshua Granick Date: Fri, 21 Aug 2015 19:28:40 -0700 Subject: [PATCH] Revert "Make System.exit a non-op on mobile" This reverts commit ae84db1028ca96b7fd3b7a4af6564f86a1777b8a. --- lime/system/System.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lime/system/System.hx b/lime/system/System.hx index d8e85ecb4..87802ca61 100644 --- a/lime/system/System.hx +++ b/lime/system/System.hx @@ -117,7 +117,7 @@ class System { public static function exit (code:Int):Void { - #if (sys && desktop) + #if sys #if !macro if (Application.current != null) {