mirror of
https://github.com/glfw/glfw.git
synced 2026-09-19 15:25:50 +00:00
Formatting.
This commit is contained in:
+1
-1
@@ -425,7 +425,7 @@ GLFWAPI void glfwDestroyWindow(GLFWwindow* handle)
|
||||
_glfwPlatformMakeContextCurrent(NULL);
|
||||
|
||||
// Clear the focused window pointer if this is the focused window
|
||||
if (window == _glfw.focusedWindow)
|
||||
if (_glfw.focusedWindow == window)
|
||||
_glfw.focusedWindow = NULL;
|
||||
|
||||
_glfwPlatformDestroyWindow(window);
|
||||
|
||||
Reference in New Issue
Block a user