Explorar o código

Fix OGG conversion (close #495)

Nicolas Cannasse %!s(int64=6) %!d(string=hai) anos
pai
achega
2a69ba0350
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      hxd/res/FileTree.hx

+ 1 - 1
hxd/res/FileTree.hx

@@ -143,7 +143,7 @@ class FileTree {
 			if( options.compressAsMp3 )
 				fs.addConvert(new hxd.fs.Convert.ConvertWAV2MP3());
 			else if( options.compressSounds )
-				fs.addConvert(new hxd.fs.Convert.ConvertWAV2MP3());
+				fs.addConvert(new hxd.fs.Convert.ConvertWAV2OGG());
 			fs.tmpDir = options.tmpDir;
 			fs.onConvert = function(f) Sys.println("Converting " + f.path);
 			embedRec(tree, path, fs);