diff --git a/templates/haxe/DefaultAssetLibrary.hx b/templates/haxe/DefaultAssetLibrary.hx index 01c5d7f52..798fc46b5 100644 --- a/templates/haxe/DefaultAssetLibrary.hx +++ b/templates/haxe/DefaultAssetLibrary.hx @@ -387,11 +387,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