Procházet zdrojové kódy

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

Update the warnings for CSGShape3D.
Rémi Verschelde před 10 měsíci
rodič
revize
32c634a381
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. 1 0
      modules/csg/csg_shape.cpp

+ 1 - 0
modules/csg/csg_shape.cpp

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