This commit is contained in:
Kovid Goyal 2025-01-26 22:48:33 +05:30
parent 1266835ef7
commit 040caec04c
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -453,7 +453,7 @@ cursor_enter_callback(GLFWwindow *w, int entered) {
global_state.callback_os_window->mouse_y = y * global_state.callback_os_window->viewport_y_ratio;
if (is_window_ready_for_callbacks()) enter_event();
request_tick_callback();
} else debug_input("Mouse cursor left window: %llu", global_state.callback_os_window->id);
} else debug_input("Mouse cursor left window: %llu\n", global_state.callback_os_window->id);
global_state.callback_os_window = NULL;
}