summaryrefslogtreecommitdiffstats
path: root/scene/resources/shape_line_2d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/shape_line_2d.h')
-rw-r--r--scene/resources/shape_line_2d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/shape_line_2d.h b/scene/resources/shape_line_2d.h
index 160dc17b4b..abad5f6a24 100644
--- a/scene/resources/shape_line_2d.h
+++ b/scene/resources/shape_line_2d.h
@@ -32,7 +32,7 @@
#include "scene/resources/shape_2d.h"
class LineShape2D : public Shape2D {
- OBJ_TYPE( LineShape2D, Shape2D );
+ GDCLASS( LineShape2D, Shape2D );
Vector2 normal;
real_t d;