فهرست منبع

print warning when volume>1 on hlopenal

ncannasse 7 سال پیش
والد
کامیت
c20722556b
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      hxd/snd/Manager.hx

+ 3 - 0
hxd/snd/Manager.hx

@@ -383,6 +383,9 @@ class Manager {
 			if (s.volume != v) {
 				s.volume = v;
 				driver.setSourceVolume(s.handle, v);
+				#if hlopenal
+				if( v > 1 ) Sys.println("Could not set volume " + v + " on " + c.sound);
+				#end
 			}
 
 			if (!s.playing) {