summaryrefslogtreecommitdiff
path: root/scene/resources/cylinder_shape_3d.h
diff options
context:
space:
mode:
Diffstat (limited to 'scene/resources/cylinder_shape_3d.h')
-rw-r--r--scene/resources/cylinder_shape_3d.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/cylinder_shape_3d.h b/scene/resources/cylinder_shape_3d.h
index 7b37f733e0..23d206cbab 100644
--- a/scene/resources/cylinder_shape_3d.h
+++ b/scene/resources/cylinder_shape_3d.h
@@ -34,7 +34,6 @@
#include "scene/resources/shape_3d.h"
class CylinderShape3D : public Shape3D {
-
GDCLASS(CylinderShape3D, Shape3D);
float radius;
float height;