Pārlūkot izejas kodu

Update the warnings for CSGShape3D.

K. S. Ernest (iFire) Lee 7 mēneši atpakaļ
vecāks
revīzija
46b02f08c6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  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;
 }