fix: update to spec recommendation (alcMakeContextCurrent before destroy)

This commit is contained in:
Brian Matzon 2002-08-27 17:48:30 +00:00
parent 8d51bb4b8e
commit cbd9de092d
1 changed files with 1 additions and 0 deletions

View File

@ -147,6 +147,7 @@ public class PlayTest extends BasicTest {
//no errorchecking from now on, since our context is gone.
//shutdown
alc.makeContextCurrent(null);
alc.destroyContext(context);
alc.closeDevice(device);
}