mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
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)
|
if (m_digging_button != -1)
|
||||||
{
|
{
|
||||||
f32 offset = dtime * 4.5;
|
f32 offset = dtime * 3.5;
|
||||||
float m_digging_anim_was = m_digging_anim;
|
float m_digging_anim_was = m_digging_anim;
|
||||||
m_digging_anim += offset;
|
m_digging_anim += offset;
|
||||||
if (m_digging_anim >= 1)
|
if (m_digging_anim >= 1)
|
||||||
|
Loading…
Reference in New Issue
Block a user