Skip to content

Commit

Permalink
Reset resizable state on destroy. Close #142
Browse files Browse the repository at this point in the history
  • Loading branch information
Spasi committed Dec 8, 2016
1 parent 8bb7dfe commit 2df01dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/org/lwjgl/opengl/WindowsDisplay.java
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@ public void destroyWindow() {
isMinimized = false;
isFocused = false;
redoMakeContextCurrent = false;
resizable = false;
mouseInside = false;
}
private static native void nReleaseDC(long hwnd, long hdc);
Expand Down

0 comments on commit 2df01dd

Please sign in to comment.