Add m4a to asset type detection, fix openfl/openfl#847
This commit is contained in:
@@ -69,7 +69,7 @@ class Asset {
|
|||||||
|
|
||||||
this.type = AssetType.SOUND;
|
this.type = AssetType.SOUND;
|
||||||
|
|
||||||
case "ogg":
|
case "ogg", "m4a":
|
||||||
|
|
||||||
if (FileSystem.exists (path)) {
|
if (FileSystem.exists (path)) {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user