mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-06 23:14:19 +00:00
Fix rest of the openal examples
This commit is contained in:
parent
ebff02b15a
commit
4f6eaa7280
5 changed files with 6 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue