Skip to content

Commit d618dbf

Browse files
doonvZoomulator
authored andcommitted
Fix doc
1 parent 6c52a9b commit d618dbf

File tree

1 file changed

+1
-3
lines changed
  • crates/bevy_render/src/view/visibility

1 file changed

+1
-3
lines changed

crates/bevy_render/src/view/visibility/mod.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,9 +294,7 @@ pub fn calculate_bounds(
294294

295295
/// Updates [`Frustum`].
296296
///
297-
/// This system is used in system sets [`VisibilitySystems::UpdateProjectionFrusta`],
298-
/// [`VisibilitySystems::UpdatePerspectiveFrusta`], and
299-
/// [`VisibilitySystems::UpdateOrthographicFrusta`].
297+
/// This system is used in [`CameraProjectionPlugin`](crate::camera::CameraProjectionPlugin).
300298
pub fn update_frusta<T: Component + CameraProjection + Send + Sync + 'static>(
301299
mut views: Query<
302300
(&GlobalTransform, &T, &mut Frustum),

0 commit comments

Comments
 (0)