This commit is contained in:
StephenAdamson
2025-01-21 21:02:40 +00:00
parent 53b95f452f
commit bb3905e6b9
3 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ fn main() {
tile::camera_z_movement,
tile::update_tile_visibility
.run_if(|camera_moved: Res<tile::CameraMoved>| camera_moved.0),
// log_fps_system,
log_fps_system,
),
)
.run();