diff --git a/crates/bevy_feathers/src/cursor.rs b/crates/bevy_feathers/src/cursor.rs index 2b542af74d..5fd7de19ba 100644 --- a/crates/bevy_feathers/src/cursor.rs +++ b/crates/bevy_feathers/src/cursor.rs @@ -69,7 +69,7 @@ impl Default for EntityCursor { /// System which updates the window cursor icon whenever the mouse hovers over an entity with /// a [`CursorIcon`] component. If no entity is hovered, the cursor icon is set to -/// the cursor in the [`DefaultEntityCursor`] resource. +/// the cursor in the [`DefaultCursor`] resource. pub(crate) fn update_cursor( mut commands: Commands, hover_map: Option>,