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

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