Skip to content

Commit

Permalink
updated fps_overlay comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ickshonpe committed Sep 20, 2024
1 parent 339eca5 commit f25bf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_dev_tools/src/fps_overlay.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use bevy_ui::{
};
use bevy_utils::default;

/// Global [`ZIndex`] used to render the fps overlay.
/// [`GlobalZIndex`] used to render the fps overlay.
///
/// We use a number slightly under `i32::MAX` so you can render on top of it if you really need to.
pub const FPS_OVERLAY_ZINDEX: i32 = i32::MAX - 32;
Expand Down

0 comments on commit f25bf4a

Please sign in to comment.