mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-06 13:58:40 +00:00
fix rich hover reset behavior
This commit is contained in:
@@ -13290,6 +13290,8 @@ df_gfx_begin_frame(Arena *arena, DF_CmdList *cmds)
|
|||||||
arena_clear(df_gfx_state->rich_hover_info_current_arena);
|
arena_clear(df_gfx_state->rich_hover_info_current_arena);
|
||||||
MemoryCopyStruct(&df_gfx_state->rich_hover_info_current, &df_gfx_state->rich_hover_info_next);
|
MemoryCopyStruct(&df_gfx_state->rich_hover_info_current, &df_gfx_state->rich_hover_info_next);
|
||||||
df_gfx_state->rich_hover_info_current.dbgi_key = di_key_copy(df_gfx_state->rich_hover_info_current_arena, &df_gfx_state->rich_hover_info_current.dbgi_key);
|
df_gfx_state->rich_hover_info_current.dbgi_key = di_key_copy(df_gfx_state->rich_hover_info_current_arena, &df_gfx_state->rich_hover_info_current.dbgi_key);
|
||||||
|
arena_clear(df_gfx_state->rich_hover_info_next_arena);
|
||||||
|
MemoryZeroStruct(&df_gfx_state->rich_hover_info_next);
|
||||||
|
|
||||||
//- rjf: animate confirmation
|
//- rjf: animate confirmation
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user