Compile fix

This commit is contained in:
Joshua Granick
2015-08-30 22:32:48 -07:00
parent 9187454f1f
commit 92c29a4886

View File

@@ -186,7 +186,8 @@ class System {
public static function getDisplay (id:Int):Display {
#if ((cpp || neko || nodejs) && !macro)
#if !macro
#if (cpp || neko || nodejs)
var displayInfo:Dynamic = lime_system_get_display.call (id);
if (displayInfo != null) {
@@ -229,6 +230,7 @@ class System {
}
#end
#end
return null;