summaryrefslogtreecommitdiffstats
path: root/scene/resources/convex_polygon_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/convex_polygon_shape.h')
-rw-r--r--scene/resources/convex_polygon_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/convex_polygon_shape.h b/scene/resources/convex_polygon_shape.h
index 33c60768a9..296a0ce4ca 100644
--- a/scene/resources/convex_polygon_shape.h
+++ b/scene/resources/convex_polygon_shape.h
@@ -33,7 +33,7 @@
class ConvexPolygonShape : public Shape {
- OBJ_TYPE(ConvexPolygonShape,Shape);
+ GDCLASS(ConvexPolygonShape,Shape);
DVector<Vector3> points;
protected: