diff options
| author | Thomas Herzog | 2018-06-22 17:13:43 +0200 |
|---|---|---|
| committer | Thomas Herzog | 2018-06-25 21:36:53 +0200 |
| commit | 84252f2ec48380840284b097f6bbfedf86040e44 (patch) | |
| tree | 456f39e5ccf0262092f8c11fd1b11aa8686745b2 /scene/animation/animation_blend_space2d.h | |
| parent | 1ff7aa4c9b046a39fd454a50062476455974e7a8 (diff) | |
| download | godot-84252f2ec48380840284b097f6bbfedf86040e44.tar.gz godot-84252f2ec48380840284b097f6bbfedf86040e44.tar.zst godot-84252f2ec48380840284b097f6bbfedf86040e44.zip | |
Diffstat (limited to 'scene/animation/animation_blend_space2d.h')
| -rw-r--r-- | scene/animation/animation_blend_space2d.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/scene/animation/animation_blend_space2d.h b/scene/animation/animation_blend_space2d.h index 582140c97..9c992578d 100644 --- a/scene/animation/animation_blend_space2d.h +++ b/scene/animation/animation_blend_space2d.h @@ -4,7 +4,7 @@ #include "scene/animation/animation_graph_player.h" class AnimationNodeBlendSpace2D : public AnimationRootNode { - GDCLASS(AnimationNodeBlendSpace2D, AnimationRootNode) + GDCLASS(AnimationNodeBlendSpace2D, AnimationRootNode) enum { MAX_BLEND_POINTS = 64 @@ -87,8 +87,8 @@ public: void set_auto_triangles(bool p_enable); bool get_auto_triangles() const; - AnimationNodeBlendSpace2D(); - ~AnimationNodeBlendSpace2D(); + AnimationNodeBlendSpace2D(); + ~AnimationNodeBlendSpace2D(); }; #endif // ANIMATION_BLEND_SPACE_H |
