Revert "Update camera.rs"

This reverts commit 7c400c3dc8.
This commit is contained in:
ForTehLose
2024-07-12 13:51:40 -04:00
parent 7c400c3dc8
commit a1d2e0d0f7

View File

@@ -47,7 +47,7 @@ pub struct XrProjection {
impl Default for XrProjection {
fn default() -> Self {
Self {
near: 0.01,
near: 0.1,
projection_matrix: Mat4::IDENTITY,
}
}