diff --git a/voxygen/src/scene/figure/mod.rs b/voxygen/src/scene/figure/mod.rs index 8c8053d355..98b9099f78 100644 --- a/voxygen/src/scene/figure/mod.rs +++ b/voxygen/src/scene/figure/mod.rs @@ -852,7 +852,13 @@ impl FigureMgr { if data.exhausted { anim::character::AlphaAnimation::update_skeleton( &target_base, - (active_tool_kind, second_tool_kind, vel.0.magnitude(), time), + ( + active_tool_kind, + second_tool_kind, + vel.0.magnitude(), + time, + None, + ), state.state_time, &mut state_animation_rate, skeleton_attr,