mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-21 18:11:11 +00:00
Slippery: Simplify, make more efficient (#7086)
Use already existing collision results for the nearest colliding node Fix slippery effect in free_move mode
This commit is contained in:
parent
f5fd4a0af1
commit
a1cf8a127c
2 changed files with 9 additions and 36 deletions
|
@ -61,7 +61,6 @@ public:
|
|||
u8 liquid_viscosity = 0;
|
||||
bool is_climbing = false;
|
||||
bool swimming_vertical = false;
|
||||
bool is_slipping = false;
|
||||
|
||||
float physics_override_speed = 1.0f;
|
||||
float physics_override_jump = 1.0f;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue