Skip to content

Commit

Permalink
Another
Browse files Browse the repository at this point in the history
  • Loading branch information
Indy2222 committed Jul 25, 2023
1 parent 2e87c59 commit 624b00f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/controller/src/selection/bookkeeping.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@ impl Plugin for BookkeepingPlugin {
InputSchedule,
(
update_selection.in_set(SelectionSet::Update),
selected_system.after(SelectionSet::Update),
deselected_system.after(SelectionSet::Update),
(selected_system, deselected_system).after(SelectionSet::Update),
)
.run_if(in_state(GameState::Playing)),
);
Expand Down

0 comments on commit 624b00f

Please sign in to comment.