diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-28 14:49:19 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-11-28 14:49:19 +0100 |
commit | 12f06605181ff1a9d8fd1bb9ae7ee60e70227a9e (patch) | |
tree | cd79b5563419c22de19e91ba2a25457b2558d96a /scene/animation/animation_blend_space_1d.h | |
parent | bb9cd4063e6adbe02a3189fb1ba687753793a747 (diff) | |
parent | c1ec99f0e1b0c6ccc4bfff9dd1c0db26b471c606 (diff) |
Merge pull request #68992 from TokageItLab/animtree-trackend-process
Refactor process of AnimationTree for end of animation
Diffstat (limited to 'scene/animation/animation_blend_space_1d.h')
-rw-r--r-- | scene/animation/animation_blend_space_1d.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/animation/animation_blend_space_1d.h b/scene/animation/animation_blend_space_1d.h index 1876ccebc7..30cfe52c8e 100644 --- a/scene/animation/animation_blend_space_1d.h +++ b/scene/animation/animation_blend_space_1d.h @@ -98,7 +98,7 @@ public: void set_use_sync(bool p_sync); bool is_using_sync() const; - double process(double p_time, bool p_seek, bool p_seek_root) override; + double process(double p_time, bool p_seek, bool p_is_external_seeking) override; String get_caption() const override; Ref<AnimationNode> get_child_by_name(const StringName &p_name) override; |