mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 22:08:41 +00:00
correct animation response to new events
This commit is contained in:
+1
-1
@@ -154,8 +154,8 @@ update_and_render(OS_Handle repaint_window_handle, void *user_data)
|
|||||||
{
|
{
|
||||||
window->menu_bar_focus_press_started = 0;
|
window->menu_bar_focus_press_started = 0;
|
||||||
}
|
}
|
||||||
df_gfx_request_frame();
|
|
||||||
}
|
}
|
||||||
|
df_gfx_request_frame();
|
||||||
}
|
}
|
||||||
else if(event->kind == OS_EventKind_Text)
|
else if(event->kind == OS_EventKind_Text)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user