summaryrefslogtreecommitdiffstats
path: root/unit_tests/src/Sound3DTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'unit_tests/src/Sound3DTest.java')
-rw-r--r--unit_tests/src/Sound3DTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/unit_tests/src/Sound3DTest.java b/unit_tests/src/Sound3DTest.java
index 7adbc50..ffaefb0 100644
--- a/unit_tests/src/Sound3DTest.java
+++ b/unit_tests/src/Sound3DTest.java
@@ -62,7 +62,7 @@ public class Sound3DTest {
}
// create the initial context - this can be collapsed into the init.
- Device device = AudioSystem3D.openDevice("DirectSound3D");
+ Device device = AudioSystem3D.openDevice(null);
Context context = AudioSystem3D.createContext(device);
AudioSystem3D.makeContextCurrent(context);