Skip to content

Commit

Permalink
Set camera back to 2000
Browse files Browse the repository at this point in the history
  • Loading branch information
AnneKitsune committed Aug 26, 2018
1 parent 948f442 commit 520e66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion amethyst_utils/src/ortho_camera.rs
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ impl<'a> System<'a> for NormalOrthoCameraSystem {
bottom: offsets.2,
top: offsets.3,
near: 0.1,
far: 1000.0,
far: 2000.0,
}.into();
}
}
Expand Down

0 comments on commit 520e66f

Please sign in to comment.