Hybrid fix

This commit is contained in:
Joshua Granick
2015-10-01 09:56:09 -07:00
parent c98d27a3c1
commit 6357b0cb89

View File

@@ -1,6 +1,6 @@
package lime;
package lime; #if (!lime_legacy || lime_hybrid)
#if !lime_legacy
#if !macro
@@ -1501,6 +1501,7 @@ class Assets {
#end
#end
@:enum abstract AssetType(String) {
var BINARY = "BINARY";