Browse Source

DriverImpl -> SoundDriver

ncannasse 7 years ago
parent
commit
4d7c8aec1c
1 changed files with 1 additions and 1 deletions
  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