Log ignored exception in Display.destroy()

This commit is contained in:
Elias Naur 2004-12-14 08:11:18 +00:00
parent 482b840b47
commit b84e98f8f6
1 changed files with 1 additions and 1 deletions

View File

@ -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();
}