Fix double handle_input call

This commit is contained in:
SamratGhale
2026-03-28 06:57:40 +05:45
parent 41f679b32a
commit a74b46cd64
2 changed files with 1 additions and 4 deletions
+1 -1
View File
@@ -178,7 +178,7 @@ interface_all :: proc($E: typeid, interface: ^interface_state, game_data : $G) -
//if handle_input(E, interface.state, game_data) do return true
state := interface.state
mu.begin(&state.mu_ctx)