mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-07-23 16:07:50 +00:00
fix incorrect os_window_first_paint rules
This commit is contained in:
@@ -984,6 +984,7 @@ df_window_open(Vec2F32 size, OS_Handle preferred_monitor, DF_CfgSrc cfg_src)
|
||||
window = push_array(df_gfx_state->arena, DF_Window, 1);
|
||||
}
|
||||
window->gen += 1;
|
||||
window->frames_alive = 0;
|
||||
window->cfg_src = cfg_src;
|
||||
window->arena = arena_alloc();
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user