Skip to content

Commit

Permalink
Remove misleading doc
Browse files Browse the repository at this point in the history
  • Loading branch information
nicopap committed Jan 18, 2023
1 parent 9fbed50 commit 0436c5f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions crates/bevy_transform/src/systems.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ pub fn sync_simple_transforms_orphaned(
/// Update [`GlobalTransform`] component of entities based on entity hierarchy and
/// [`Transform`] component.
///
/// Note that this depends on the [`World::clear_trackers`] system to be present.
///
/// Third party plugins should use [`transform_propagate_system_set`](crate::transform_propagate_system_set)
/// to propagate transforms correctly.
pub fn propagate_transforms(
Expand Down

0 comments on commit 0436c5f

Please sign in to comment.