Update the warnings for CSGShape3D.

This commit is contained in:
K. S. Ernest (iFire) Lee 2024-12-17 11:02:32 -08:00
parent 2b7ea6223b
commit 46b02f08c6

View file

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