diff options
Diffstat (limited to 'scene/resources/ray_shape_3d.h')
-rw-r--r-- | scene/resources/ray_shape_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/ray_shape_3d.h b/scene/resources/ray_shape_3d.h index 83bb71cca3..ef849d2dee 100644 --- a/scene/resources/ray_shape_3d.h +++ b/scene/resources/ray_shape_3d.h @@ -33,7 +33,6 @@ #include "scene/resources/shape_3d.h" class RayShape3D : public Shape3D { - GDCLASS(RayShape3D, Shape3D); float length; bool slips_on_slope; |