fix: don't check for errors after the exit! - will crash since no current context

This commit is contained in:
Brian Matzon 2002-08-28 23:41:05 +00:00
parent 62df26dc1c
commit 3822ca992e
1 changed files with 0 additions and 1 deletions

View File

@ -202,5 +202,4 @@ JNIEXPORT void JNICALL Java_org_lwjgl_openal_ALUT_unloadWAV (JNIEnv *env, jobjec
*/
JNIEXPORT void JNICALL Java_org_lwjgl_openal_ALUT_exit (JNIEnv *env, jobject obj) {
alutExit();
CHECK_AL_ERROR
}