This commit is contained in:
Alice Cecile 2025-07-09 12:52:56 -04:00 committed by GitHub
parent 1cd5ad0c20
commit 80b3ab2d86
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -327,7 +327,7 @@ pub fn ui_focus_system(
}
/// Walk up the tree child-to-parent checking that `point` is not clipped by any ancestor node.
/// If `entity` has an `OverrideClip` component it ignores any inherited clipping and returns true.
/// If `entity` has an [`OverrideClip`] component it ignores any inherited clipping and returns true.
pub fn clip_check_recursive(
point: Vec2,
entity: Entity,