We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8009dd7 commit 27b9527Copy full SHA for 27b9527
examples/ui/viewport_node.rs
@@ -65,7 +65,7 @@ fn test(
65
Shape,
66
))
67
// We can observe pointer events on our objects as normal, the
68
- // `bevy::ui::widgets::viewport_picking` system will take care of ensuring our viewport
+ // `bevy::ui::widget::viewport_picking` system will take care of ensuring our viewport
69
// clicks pass through
70
.observe(on_drag_cuboid);
71
0 commit comments