diff options
Diffstat (limited to 'scene/resources/world_margin_shape_3d.h')
-rw-r--r-- | scene/resources/world_margin_shape_3d.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scene/resources/world_margin_shape_3d.h b/scene/resources/world_margin_shape_3d.h index 5e0f046628..acb479972b 100644 --- a/scene/resources/world_margin_shape_3d.h +++ b/scene/resources/world_margin_shape_3d.h @@ -34,7 +34,6 @@ #include "scene/resources/shape_3d.h" class WorldMarginShape3D : public Shape3D { - GDCLASS(WorldMarginShape3D, Shape3D); Plane plane; |