Skip to content

Commit

Permalink
Improve default zoom
Browse files Browse the repository at this point in the history
  • Loading branch information
janhohenheim committed Feb 16, 2023
1 parent e3a88ee commit 1d67d5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player_control/camera/third_person.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ impl Default for ThirdPersonCamera {
Self {
up: Vec3::Y,
transform: default(),
distance: 1.,
distance: 5.,
target: default(),
secondary_target: default(),
config: default(),
Expand Down

0 comments on commit 1d67d5b

Please sign in to comment.