Fix orthographic projection
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user