diff --git a/templates/haxe/DefaultAssetLibrary.hx b/templates/haxe/DefaultAssetLibrary.hx index 68c66022b..b11ee61e0 100644 --- a/templates/haxe/DefaultAssetLibrary.hx +++ b/templates/haxe/DefaultAssetLibrary.hx @@ -408,11 +408,11 @@ class DefaultAssetLibrary extends AssetLibrary { #if flash - if (requestedType != AssetType.MUSIC && requestedType != AssetType.SOUND) { + //if (requestedType != AssetType.MUSIC && requestedType != AssetType.SOUND) { return className.exists (id); - } + //} #end