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