diff options
Diffstat (limited to 'scene/animation/animation_tree.h')
-rw-r--r-- | scene/animation/animation_tree.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_tree.h b/scene/animation/animation_tree.h index 8ee8d30014..0346fc42a7 100644 --- a/scene/animation/animation_tree.h +++ b/scene/animation/animation_tree.h @@ -68,7 +68,7 @@ public: Ref<Animation> animation; double time = 0.0; double delta = 0.0; - const Vector<real_t> *track_blends = nullptr; + Vector<real_t> track_blends; real_t blend = 0.0; bool seeked = false; bool is_external_seeking = false; |