mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
fix: no more using alutInit or alutExit
This commit is contained in:
parent
926e1dd507
commit
f84e2b5346
5 changed files with 8 additions and 18 deletions
|
|
@ -67,8 +67,8 @@ public class ALUTTest extends BasicTest {
|
|||
|
||||
int lastError;
|
||||
|
||||
//initialize AL, using ALUT
|
||||
alut.init(args);
|
||||
//initialize AL
|
||||
alInitialize();
|
||||
|
||||
//create 1 buffer and 1 source
|
||||
ByteBuffer buffers = ByteBuffer.allocateDirect(4);
|
||||
|
|
@ -149,8 +149,8 @@ public class ALUTTest extends BasicTest {
|
|||
exit(lastError);
|
||||
}
|
||||
|
||||
//shutdown using ALUT
|
||||
alut.exit();
|
||||
//shutdown
|
||||
alExit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue