File tree 1 file changed +2
-0
lines changed
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ impl PickingPluginsSettings {
26
26
pub fn input_should_run ( state : Res < Self > ) -> bool {
27
27
state. is_input_enabled && state. is_enabled
28
28
}
29
+ // TODO: remove this allow after focus/hover is implemented in bevy_picking
29
30
#[ allow( rustdoc:: broken_intra_doc_links) ]
30
31
/// Whether or not systems updating entities' [`PickingInteraction`](focus::PickingInteraction)
31
32
/// component should be running.
@@ -71,6 +72,7 @@ pub struct Pickable {
71
72
///
72
73
/// Entities without the [`Pickable`] component will block by default.
73
74
pub should_block_lower : bool ,
75
+ // TODO: remove this allow after focus/hover is implemented in bevy_picking
74
76
#[ allow( rustdoc:: broken_intra_doc_links) ]
75
77
/// Should this entity be added to the [`HoverMap`](focus::HoverMap) and thus emit events when
76
78
/// targeted?
You can’t perform that action at this time.
0 commit comments