Once again, renaming doesn't fix docs.
This commit is contained in:
parent
9aa3e5ea50
commit
bb9dd8e0f2
@ -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<Res<HoverMap>>,
|
||||
|
Loading…
Reference in New Issue
Block a user