Rethrow exception in GLContext.useContext()

This commit is contained in:
Elias Naur 2004-07-22 13:04:34 +00:00
parent a1642b0dcf
commit 30d3ea27fe
1 changed files with 1 additions and 0 deletions

View File

@ -254,6 +254,7 @@ public final class GLContext {
} catch (LWJGLException e) {
if (did_auto_load)
unloadOpenGLLibrary();
throw e;
}
}