diff options
author | athomas <[email protected]> | 2003-11-23 06:10:06 +0000 |
---|---|---|
committer | athomas <[email protected]> | 2003-11-23 06:10:06 +0000 |
commit | 055300de52a4e36d40709729396810c4bda7fb58 (patch) | |
tree | 8128eb65bc9627c2567646dba55a91b4fae0eb0f /unit_tests/src/Sound3DTest.java | |
parent | 958b4a62bbfa639ad27756037049c9db3e7d3bf2 (diff) |
updated the tests
git-svn-id: file:///home/mbien/NetBeansProjects/JOGAMP/joal-sync/git-svn/../svn-server-sync/joal/trunk@70 03bf7f67-59de-4072-a415-9a990d468a3f
Diffstat (limited to 'unit_tests/src/Sound3DTest.java')
-rw-r--r-- | unit_tests/src/Sound3DTest.java | 2 |
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); |