Fix what broke during rebase

This commit is contained in:
jiminycrick 2020-09-24 23:46:26 -07:00
parent 431f99a791
commit ae4b259250

View File

@ -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,