diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-22 04:30:55 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2022-11-22 18:12:45 +0900 |
commit | c1ec99f0e1b0c6ccc4bfff9dd1c0db26b471c606 (patch) | |
tree | af62d7ca7b1d1f54a2d34af5de6fbec191d500c7 /scene/animation/animation_blend_space_1d.h | |
parent | 0b2dc0f017c4495e7b3fbf5c5c173cf9ad61e0d8 (diff) |
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; |