ncannasse 8 лет назад
Родитель
Сommit
09f5a7b400
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      hxd/fmt/pak/Build.hx

+ 2 - 0
hxd/fmt/pak/Build.hx

@@ -47,6 +47,8 @@ class Build {
 			switch( ext ) {
 			case "mp3":
 				hxd.snd.Convert.toMP3(dir, f);
+			case "ogg":
+				hxd.snd.Convert.toOGG(dir, f);
 			default:
 				throw 'Missing \'$f\' required by \'$dir\'';
 			}