2
0
Эх сурвалжийг харах

Don't ignore ogg files in Res if stb_ogg_sound present. (#536)

fix #534
Pavel Alexandrov 6 жил өмнө
parent
commit
56d7bce6e7
1 өөрчлөгдсөн 2 нэмэгдсэн , 0 устгасан
  1. 2 0
      hxd/res/Config.hx

+ 2 - 0
hxd/res/Config.hx

@@ -71,7 +71,9 @@ class Config {
 			ignoredExtensions.set("mp3", true);
 			#end
 		default:
+			#if !stb_ogg_sound
 			ignoredExtensions.set("ogg", true);
+			#end
 		}
 		return pf;
 	}