Skip to content
Snippets Groups Projects
Commit 566f7f63 authored by Perttu Ahola's avatar Perttu Ahola
Browse files

Get rid of jordan4ibanez's insane digging animation speed

parent 3e07c5bf
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment