mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fixed aiming for non-humanoids
This commit is contained in:
parent
5c3a08e450
commit
f09af7980f
@ -237,8 +237,8 @@ impl Scene {
|
||||
player_scale * 1.65
|
||||
}
|
||||
},
|
||||
CameraMode::ThirdPerson if scene_data.is_aiming => 2.1,
|
||||
CameraMode::ThirdPerson => 1.65,
|
||||
CameraMode::ThirdPerson if scene_data.is_aiming => player_scale * 2.1,
|
||||
CameraMode::ThirdPerson => player_scale * 1.65,
|
||||
};
|
||||
|
||||
self.camera
|
||||
|
Loading…
Reference in New Issue
Block a user