aboutsummaryrefslogtreecommitdiff
path: root/scene/animation/animation_blend_space2d.h
diff options
context:
space:
mode:
authorThomas Herzog2018-06-22 17:13:43 +0200
committerThomas Herzog2018-06-25 21:36:53 +0200
commit84252f2ec48380840284b097f6bbfedf86040e44 (patch)
tree456f39e5ccf0262092f8c11fd1b11aa8686745b2 /scene/animation/animation_blend_space2d.h
parent1ff7aa4c9b046a39fd454a50062476455974e7a8 (diff)
downloadgodot-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.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