Explorar o código

DriverImpl -> SoundDriver

ncannasse %!s(int64=7) %!d(string=hai) anos
pai
achega
4d7c8aec1c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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