فهرست منبع

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

fix #534
Pavel Alexandrov 6 سال پیش
والد
کامیت
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;
 	}