diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2021-10-25 20:42:45 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-25 20:42:45 +0200 |
commit | d98a6363fa39f5187be69be39cb337bdf2b67c86 (patch) | |
tree | 2a5c2f43eee28b45506dadda32a4d3ea3ac8bb31 /modules/csg/csg_shape.cpp | |
parent | 8911d6ecc85a96042d6fff6d22f63a2d00b4d877 (diff) | |
parent | d03b7fbe090dca1f9ea4190116ac0efbee37e929 (diff) |
Merge pull request #54084 from reduz/node3d-rotation-options
Diffstat (limited to 'modules/csg/csg_shape.cpp')
-rw-r--r-- | modules/csg/csg_shape.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 14e7896295..863936ab8c 100644 --- a/modules/csg/csg_shape.cpp +++ b/modules/csg/csg_shape.cpp @@ -576,6 +576,7 @@ void CSGShape3D::_validate_property(PropertyInfo &property) const { } else if (is_collision_prefixed && !bool(get("use_collision"))) { property.usage = PROPERTY_USAGE_NOEDITOR | PROPERTY_USAGE_INTERNAL; } + GeometryInstance3D::_validate_property(property); } Array CSGShape3D::get_meshes() const { |