diff options
Diffstat (limited to 'scene/resources/sphere_shape_3d.h')
-rw-r--r-- | scene/resources/sphere_shape_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/sphere_shape_3d.h b/scene/resources/sphere_shape_3d.h index 3ed50cfe83..ee31bb615c 100644 --- a/scene/resources/sphere_shape_3d.h +++ b/scene/resources/sphere_shape_3d.h @@ -34,7 +34,6 @@ #include "scene/resources/shape_3d.h" class SphereShape3D : public Shape3D { - GDCLASS(SphereShape3D, Shape3D); float radius; |