Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 1937259

Browse files
committed
Fix selection system flag
1 parent 19ebaba commit 1937259

File tree

1 file changed

+1
-0
lines changed
  • crates/bevy_picking_highlight/src

1 file changed

+1
-0
lines changed

crates/bevy_picking_highlight/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ where
7979
get_initial_highlight_asset::<T>,
8080
Highlight::<T>::update_dynamic,
8181
update_highlight_assets::<T>,
82+
#[cfg(feature = "selection")]
8283
update_selection::<T>,
8384
)
8485
.chain()

0 commit comments

Comments
 (0)