Skip to content

Commit

Permalink
fix: fix an issue where buttons sometimes are unresponsive
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenMian committed Jan 17, 2024
1 parent da1c6c0 commit 4bc9bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ fn main() {
Update,
(
(
handle_other_action,
handle_other_action.after(button_input_to_action),
mouse_input,
check_level_solved,
spawn_board.run_if(resource_changed_or_removed::<LevelId>()),
Expand Down

0 comments on commit 4bc9bc1

Please sign in to comment.