Fix rest of the openal examples

This commit is contained in:
Elias Naur 2004-04-09 21:38:31 +00:00
parent ebff02b15a
commit 4f6eaa7280
5 changed files with 6 additions and 9 deletions

View file

@ -157,7 +157,6 @@ public class OpenALCreationTest {
buffers.get(0),
wavefile.format,
wavefile.data,
wavefile.data.capacity(),
wavefile.samplerate);
if ((lastError = AL10.alGetError()) != AL10.AL_NO_ERROR) {
exit(lastError);
@ -221,4 +220,4 @@ public class OpenALCreationTest {
OpenALCreationTest oalCreationTest = new OpenALCreationTest();
oalCreationTest.execute(args);
}
}
}