From 46b02f08c69010b875ede66f56fd9ef79c81c2e6 Mon Sep 17 00:00:00 2001 From: "K. S. Ernest (iFire) Lee" Date: Tue, 17 Dec 2024 11:02:32 -0800 Subject: [PATCH] Update the warnings for CSGShape3D. --- modules/csg/csg_shape.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/csg/csg_shape.cpp b/modules/csg/csg_shape.cpp index 753173913080..800517140dfe 100644 --- a/modules/csg/csg_shape.cpp +++ b/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; }