mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 06:25:46 +00:00
Rethrow exception in GLContext.useContext()
This commit is contained in:
parent
a1642b0dcf
commit
30d3ea27fe
1 changed files with 1 additions and 0 deletions
|
|
@ -254,6 +254,7 @@ public final class GLContext {
|
|||
} catch (LWJGLException e) {
|
||||
if (did_auto_load)
|
||||
unloadOpenGLLibrary();
|
||||
throw e;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue