diff options
| author | Juan Linietsky | 2018-06-25 18:40:24 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2018-06-25 18:40:24 -0300 |
| commit | 8c7da84e1eae25302a0c88594cce88b84f2dc21e (patch) | |
| tree | 5f9d2ce0c85c765016854d05831591de6ac17ccf /scene/animation/animation_blend_tree.h | |
| parent | 87f48e7a3ee7bbfbc746e9df3fcff68917ae5f76 (diff) | |
| download | godot-8c7da84e1eae25302a0c88594cce88b84f2dc21e.tar.gz godot-8c7da84e1eae25302a0c88594cce88b84f2dc21e.tar.zst godot-8c7da84e1eae25302a0c88594cce88b84f2dc21e.zip | |
Diffstat (limited to 'scene/animation/animation_blend_tree.h')
| -rw-r--r-- | scene/animation/animation_blend_tree.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scene/animation/animation_blend_tree.h b/scene/animation/animation_blend_tree.h index 7623fd3e5..8d7932196 100644 --- a/scene/animation/animation_blend_tree.h +++ b/scene/animation/animation_blend_tree.h @@ -1,7 +1,7 @@ #ifndef ANIMATION_BLEND_TREE_H #define ANIMATION_BLEND_TREE_H -#include "scene/animation/animation_graph_player.h" +#include "scene/animation/animation_tree.h" class AnimationNodeAnimation : public AnimationRootNode { @@ -318,7 +318,7 @@ public: void set_graph_offset(const Vector2 &p_graph_offset); Vector2 get_graph_offset() const; - virtual void set_graph_player(AnimationGraphPlayer *p_player); + virtual void set_tree(AnimationTree *p_player); AnimationNodeBlendTree(); ~AnimationNodeBlendTree(); }; |
