mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-09 08:24:23 +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
|
|
@ -133,11 +133,7 @@ public class ALCTest extends BasicTest {
|
|||
//get an enumerstion value
|
||||
System.out.println("Value of ALC_MAJOR_VERSION: " + alc.getEnumValue(device, "ALC_MAJOR_VERSION"));
|
||||
|
||||
//close context again
|
||||
alc.destroyContext(context);
|
||||
|
||||
//close it
|
||||
alc.closeDevice(device);
|
||||
alExit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue