aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_blend_space2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/animation/animation_blend_space2d.h')
-rw-r--r--scene/animation/animation_blend_space2d.h6
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