2
0
ncannasse 8 жил өмнө
parent
commit
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\'';
 			}