mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-04-05 22:45:50 +00:00
Linux: Fix crash on exit on NVIDIA
This commit is contained in:
parent
cfa7dafbbe
commit
d53a793a27
1 changed files with 1 additions and 1 deletions
|
|
@ -83,8 +83,8 @@ final class LinuxDisplayPeerInfo extends LinuxPeerInfo {
|
|||
public void destroy() {
|
||||
super.destroy();
|
||||
LinuxDisplay.lockAWT();
|
||||
GLContext.unloadOpenGLLibrary();
|
||||
LinuxDisplay.decDisplay();
|
||||
GLContext.unloadOpenGLLibrary();
|
||||
LinuxDisplay.unlockAWT();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue