more reduction of direct mutuable state referencing

This commit is contained in:
2024-12-30 13:26:14 -05:00
parent 7ed0010761
commit 841260849e
6 changed files with 70 additions and 62 deletions

View File

@ -302,7 +302,7 @@ update :: proc( delta_time : f64 ) -> b32
// TODO(Ed): We need input buffer so that we can consume input actions based on the UI with priority
ui_screen_tick()
ui_screen_tick( & get_state().screen_ui )
//region WorkspaceImgui Tick
if true