Skip to content

Commit 480ab13

Browse files
committed
Remove misleading doc
1 parent f7f3e17 commit 480ab13

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

crates/bevy_transform/src/systems.rs

-2
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ pub fn sync_simple_transforms_orphaned(
3939
/// Update [`GlobalTransform`] component of entities based on entity hierarchy and
4040
/// [`Transform`] component.
4141
///
42-
/// Note that this depends on the [`World::clear_trackers`] system to be present.
43-
///
4442
/// Third party plugins should use [`transform_propagate_system_set`](crate::transform_propagate_system_set)
4543
/// to propagate transforms correctly.
4644
pub fn propagate_transforms(

0 commit comments

Comments
 (0)