isLocal always true with Sound [Flash]
Fix isLocal function always true with test Sound on Flash. When embed sound is set on false, isLocal can't by pass exist test.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user