diff --git a/radiant/csg.cpp b/radiant/csg.cpp index 01981dbe..53dca800 100644 --- a/radiant/csg.cpp +++ b/radiant/csg.cpp @@ -463,6 +463,7 @@ void post( const scene::Path& path, scene::Instance& instance ) const { m_eraseParent = true; //globalOutputStream() << "Empty node?!.\n"; } + return; } } if( m_eraseParent && !Node_isPrimitive( path.top() ) && path.size() > 1 ){