We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9535cd0 + 20c519d commit c58fbafCopy full SHA for c58fbaf
modules/csg/csg_shape.cpp
@@ -848,6 +848,10 @@ void CSGShape3D::_notification(int p_what) {
848
parent_shape = nullptr;
849
} break;
850
851
+ case NOTIFICATION_CHILD_ORDER_CHANGED: {
852
+ _make_dirty();
853
+ } break;
854
+
855
case NOTIFICATION_VISIBILITY_CHANGED: {
856
if (!is_root_shape() && last_visible != is_visible()) {
857
// Update this node's parent only if its own visibility has changed, not the visibility of parent nodes
0 commit comments