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
|
|
@ -159,9 +159,7 @@ public class PlayTestMemory extends BasicTest {
|
|||
|
||||
//no errorchecking from now on, since our context is gone.
|
||||
//shutdown
|
||||
alc.makeContextCurrent(null);
|
||||
alc.destroyContext(context);
|
||||
alc.closeDevice(device);
|
||||
alExit();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue