Fix orthographic projection

This commit is contained in:
2024-02-18 13:11:05 +01:00
parent 202db0be70
commit 58d3258448

View File

@@ -120,6 +120,7 @@ fn setup_camera_system(mut commands: Commands) {
min_width: grid_dimensions,
min_height: grid_dimensions,
},
near: -1000.,
..Default::default()
},
..Default::default()