Merge pull request #100526 from fire/vsk-csg-warnings-update

Update the warnings for CSGShape3D.
This commit is contained in:
Rémi Verschelde 2024-12-17 23:00:17 +01:00
commit 32c634a381
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

@ -446,6 +446,7 @@ CSGBrush *CSGShape3D::_get_brush() {
node_aabb = aabb;
brush = n;
dirty = false;
update_configuration_warnings();
return brush;
}