mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-04 22:17:59 +00:00
Log ignored exception in Display.destroy()
This commit is contained in:
parent
482b840b47
commit
b84e98f8f6
1 changed files with 1 additions and 1 deletions
|
|
@ -613,7 +613,7 @@ public final class Display {
|
|||
try {
|
||||
GLContext.useContext(null);
|
||||
} catch (LWJGLException e) {
|
||||
// ignore exception
|
||||
Sys.log("Failed to reset GLContext due to: " + e);
|
||||
}
|
||||
reset();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue