forked from Mirrorlandia_minetest/minetest
Get rid of jordan4ibanez's insane digging animation speed
This commit is contained in:
parent
3e07c5bf82
commit
566f7f638a
@ -189,7 +189,7 @@ void Camera::step(f32 dtime)
|
||||
|
||||
if (m_digging_button != -1)
|
||||
{
|
||||
f32 offset = dtime * 4.5;
|
||||
f32 offset = dtime * 3.5;
|
||||
float m_digging_anim_was = m_digging_anim;
|
||||
m_digging_anim += offset;
|
||||
if (m_digging_anim >= 1)
|
||||
|
Loading…
Reference in New Issue
Block a user