diff options
Diffstat (limited to 'scene/animation/animation_mixer.cpp')
-rw-r--r-- | scene/animation/animation_mixer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_mixer.cpp b/scene/animation/animation_mixer.cpp index e011dec79b..20dd12f8c3 100644 --- a/scene/animation/animation_mixer.cpp +++ b/scene/animation/animation_mixer.cpp @@ -1081,7 +1081,7 @@ void AnimationMixer::_blend_calc_total_weight() { Ref<Animation> a = ai.animation_data.animation; real_t weight = ai.playback_info.weight; Vector<real_t> track_weights = ai.playback_info.track_weights; - Vector<int> processed_hashes; + Vector<Animation::TypeHash> processed_hashes; for (int i = 0; i < a->get_track_count(); i++) { if (!a->track_is_enabled(i)) { continue; |