fix: no more using alutInit or alutExit

This commit is contained in:
Brian Matzon 2002-12-14 12:44:17 +00:00
parent 926e1dd507
commit f84e2b5346
5 changed files with 8 additions and 18 deletions

View file

@ -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();
}
/**