diff --git a/scene/animation/animation_mixer.cpp b/scene/animation/animation_mixer.cpp index e011dec79bf..20dd12f8c3c 100644 --- a/scene/animation/animation_mixer.cpp +++ b/scene/animation/animation_mixer.cpp @@ -1081,7 +1081,7 @@ void AnimationMixer::_blend_calc_total_weight() { Ref a = ai.animation_data.animation; real_t weight = ai.playback_info.weight; Vector track_weights = ai.playback_info.track_weights; - Vector processed_hashes; + Vector processed_hashes; for (int i = 0; i < a->get_track_count(); i++) { if (!a->track_is_enabled(i)) { continue;