fixed bug

This commit is contained in:
Perfare
2018-03-05 03:05:06 +08:00
parent 90dce1c17d
commit 8891414f60
2 changed files with 2 additions and 1 deletions

View File

@ -231,7 +231,7 @@ namespace Unity_Studio
break;
case AudioCompressionFormat.AAC:
preloadData.extension = ".m4a";
preloadData.InfoText += "Acc";
preloadData.InfoText += "AAC";
break;
case AudioCompressionFormat.GCADPCM:
preloadData.extension = ".fsb";