mirror of
https://github.com/glfw/glfw.git
synced 2026-02-19 22:02:58 +01:00
Formatting.
This commit is contained in:
@@ -55,7 +55,7 @@ static void setCursorMode(_GLFWwindow* window, int newMode)
|
||||
|
||||
window->cursorMode = newMode;
|
||||
|
||||
if (window == _glfw.focusedWindow)
|
||||
if (_glfw.focusedWindow == window)
|
||||
{
|
||||
if (oldMode == GLFW_CURSOR_DISABLED)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user