correct animation response to new events

This commit is contained in:
Ryan Fleury
2024-01-24 12:02:36 -08:00
parent 69f77456b8
commit d98a04ad22
+1 -1
View File
@@ -154,8 +154,8 @@ update_and_render(OS_Handle repaint_window_handle, void *user_data)
{
window->menu_bar_focus_press_started = 0;
}
df_gfx_request_frame();
}
df_gfx_request_frame();
}
else if(event->kind == OS_EventKind_Text)
{