Browse Source

Fixed stereo ogg loading.

Mark Sibly 8 năm trước cách đây
mục cha
commit
d16ac4b680
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      modules/std/audio/load_vorbis.monkey2

+ 1 - 1
modules/std/audio/load_vorbis.monkey2

@@ -19,7 +19,7 @@ Function LoadAudioData_OGG:AudioData( path:String )
 	Case 1 
 		format=AudioFormat.Mono16
 	Case 2 
-		format=AudioFormat.Mono16
+		format=AudioFormat.Stereo16
 	Default
 		libc.free( samples )
 		Return Null