From 70254905c8679bd86b7c5a3ce98c43b9144b1f90 Mon Sep 17 00:00:00 2001 From: Garux Date: Mon, 22 Oct 2018 16:09:11 +0300 Subject: [PATCH] fix: crash in CSG::BrushDeleteSelected (again(likely-)) --- radiant/csg.cpp | 1 + 1 file changed, 1 insertion(+) 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 ){