Skip to content

Commit

Permalink
Fix selection system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
aevyrie committed Aug 21, 2023
1 parent 19ebaba commit 1937259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bevy_picking_highlight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ where
get_initial_highlight_asset::<T>,
Highlight::<T>::update_dynamic,
update_highlight_assets::<T>,
#[cfg(feature = "selection")]
update_selection::<T>,
)
.chain()
Expand Down

0 comments on commit 1937259

Please sign in to comment.