fixed code style

This commit is contained in:
2026-02-20 04:02:26 +03:00
parent a9bec00973
commit 97a3111791
2 changed files with 182 additions and 87 deletions

View File

@@ -342,7 +342,7 @@ int main()
old_mouse_time = glfwGetTime();
mouse_capture = !mouse_capture;
glfwSetInputMode(window, GLFW_CURSOR, mouse_capture ? GLFW_CURSOR_CAPTURED : GLFW_CURSOR_NORMAL);
glfwSetInputMode(window, GLFW_CURSOR, mouse_capture ? GLFW_CURSOR_HIDDEN : GLFW_CURSOR_NORMAL);
}
if (mouse_capture)
{