mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix character being too close in menu
This commit is contained in:
parent
a7aa37f7f6
commit
e834711293
@ -72,6 +72,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- No more jittering while running down slopes with the glider out
|
- No more jittering while running down slopes with the glider out
|
||||||
- Axe normal attack rewards energy without skill points
|
- Axe normal attack rewards energy without skill points
|
||||||
- Gliders no longer suffer from unreasonable amounts of induced drag
|
- Gliders no longer suffer from unreasonable amounts of induced drag
|
||||||
|
- Camera is now clipping a lot less
|
||||||
|
|
||||||
## [0.10.0] - 2021-06-12
|
## [0.10.0] - 2021-06-12
|
||||||
|
|
||||||
|
@ -229,7 +229,7 @@ impl Scene {
|
|||||||
scene_data.mouse_smoothing,
|
scene_data.mouse_smoothing,
|
||||||
);
|
);
|
||||||
|
|
||||||
self.camera.compute_dependents_full(&VoidVol, |_| true);
|
self.camera.compute_dependents_full(&VoidVol, |_| false);
|
||||||
let camera::Dependents {
|
let camera::Dependents {
|
||||||
view_mat,
|
view_mat,
|
||||||
proj_mat,
|
proj_mat,
|
||||||
|
Loading…
Reference in New Issue
Block a user