Rethrow exception in GLContext.useContext()

This commit is contained in:
Elias Naur 2004-07-22 13:04:34 +00:00
parent a1642b0dcf
commit 30d3ea27fe

View file

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