add: default constructor for OpenAL

This commit is contained in:
Brian Matzon 2003-04-27 21:26:02 +00:00
parent 95367245cb
commit 91b33eb649
3 changed files with 22 additions and 7 deletions

View file

@ -58,7 +58,7 @@ public abstract class BasicTest {
* Creates an instance of PlayTest
*/
public BasicTest() {
al = new AL(null, 44100, 15, false);
al = new AL();
try {
al.create();
} catch (Exception e) {