mirror of
https://github.com/godotengine/godot.git
synced 2025-10-31 21:51:22 +00:00
Update the warnings for CSGShape3D.
This commit is contained in:
parent
2b7ea6223b
commit
46b02f08c6
1 changed files with 1 additions and 0 deletions
|
|
@ -446,6 +446,7 @@ CSGBrush *CSGShape3D::_get_brush() {
|
||||||
node_aabb = aabb;
|
node_aabb = aabb;
|
||||||
brush = n;
|
brush = n;
|
||||||
dirty = false;
|
dirty = false;
|
||||||
|
update_configuration_warnings();
|
||||||
return brush;
|
return brush;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue