Add m4a to asset type detection, fix openfl/openfl#847

This commit is contained in:
Valentin Lemière
2015-09-19 13:13:59 +02:00
parent 64db9c9f8e
commit 65a26d33a0

View File

@@ -69,7 +69,7 @@ class Asset {
this.type = AssetType.SOUND;
case "ogg":
case "ogg", "m4a":
if (FileSystem.exists (path)) {