From 84252f2ec48380840284b097f6bbfedf86040e44 Mon Sep 17 00:00:00 2001 From: Thomas Herzog Date: Fri, 22 Jun 2018 17:13:43 +0200 Subject: added AnimationBlendSpace1D --- scene/animation/animation_blend_space2d.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'scene/animation/animation_blend_space2d.h') 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 -- cgit v1.2.3-70-g09d2