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

@ -61,7 +61,7 @@ public class OpenALCreationTest {
* Creates an instance of OpenALCreationTest
*/
public OpenALCreationTest() {
al = new AL(null, 44100, 15, false);
al = new AL();
}
public void alInitialize() {