summaryrefslogtreecommitdiffstats
path: root/scene/resources/sphere_shape.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/sphere_shape.h')
-rw-r--r--scene/resources/sphere_shape.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape.h b/scene/resources/sphere_shape.h
index 96a84ce48f..990564be80 100644
--- a/scene/resources/sphere_shape.h
+++ b/scene/resources/sphere_shape.h
@@ -34,7 +34,7 @@
class SphereShape : public Shape {
- OBJ_TYPE(SphereShape,Shape);
+ GDCLASS(SphereShape,Shape);
float radius;
protected: