mirror of
https://github.com/shadowfacts/lwjgl2-arm64.git
synced 2026-01-18 14:40:39 +01:00
Reset resizable state on destroy. Close #142
This commit is contained in:
parent
8bb7dfefc6
commit
2df01dd762
|
|
@ -321,6 +321,7 @@ final class WindowsDisplay implements DisplayImplementation {
|
|||
isMinimized = false;
|
||||
isFocused = false;
|
||||
redoMakeContextCurrent = false;
|
||||
resizable = false;
|
||||
mouseInside = false;
|
||||
}
|
||||
private static native void nReleaseDC(long hwnd, long hdc);
|
||||
|
|
|
|||
Loading…
Reference in a new issue