Переглянути джерело

Update the warnings for CSGShape3D.

K. S. Ernest (iFire) Lee 10 місяців тому
батько
коміт
46b02f08c6
1 змінених файлів з 1 додано та 0 видалено
  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;
 }