Browse Source

DriverImpl -> SoundDriver

ncannasse 7 năm trước cách đây
mục cha
commit
4d7c8aec1c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      hxd/snd/Manager.hx

+ 1 - 1
hxd/snd/Manager.hx

@@ -83,7 +83,7 @@ class Manager {
 	private function new() {
 		try {
 			#if usesys
-			driver = new haxe.AudioTypes.DriverImpl();
+			driver = new haxe.AudioTypes.SoundDriver();
 			#else
 			driver = new hxd.snd.openal.Driver();
 			#end