mirror of
https://github.com/orange-cpp/omath.git
synced 2026-04-19 02:03:27 +00:00
fixed code style
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user