mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-08-02 12:08:11 +00:00
arresting confirmation ui - use in exit-while-debugging
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ update_and_render(OS_Handle repaint_window_handle, void *user_data)
|
||||
U64 begin_time_us = os_now_microseconds();
|
||||
|
||||
//- rjf: bind change
|
||||
if(df_gfx_state->bind_change_active)
|
||||
if(!df_gfx_state->confirm_active && df_gfx_state->bind_change_active)
|
||||
{
|
||||
if(os_key_press(&events, os_handle_zero(), 0, OS_Key_Esc))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user