summaryrefslogtreecommitdiffstats
path: root/scene/resources/capsule_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/capsule_shape.h')
-rw-r--r--scene/resources/capsule_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/capsule_shape.h b/scene/resources/capsule_shape.h
index 8425d724fd..e788d9cfc5 100644
--- a/scene/resources/capsule_shape.h
+++ b/scene/resources/capsule_shape.h
@@ -33,7 +33,7 @@
class CapsuleShape : public Shape {
- OBJ_TYPE(CapsuleShape,Shape);
+ GDCLASS(CapsuleShape,Shape);
float radius;
float height;