From 36c3a4d371578f1e4c15cd756ac12e7eb1412ed2 Mon Sep 17 00:00:00 2001 From: Azaezel Date: Fri, 16 Mar 2018 16:21:53 -0500 Subject: [PATCH] (crashfix) clean up shadowvar followup. --- Engine/source/gui/editor/guiInspector.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Engine/source/gui/editor/guiInspector.cpp b/Engine/source/gui/editor/guiInspector.cpp index de6e43361..06e06d996 100644 --- a/Engine/source/gui/editor/guiInspector.cpp +++ b/Engine/source/gui/editor/guiInspector.cpp @@ -673,8 +673,8 @@ void GuiInspector::refresh() } else { - mGroups.push_back( group ); - addObject( group ); + mGroups.push_back(newGroup); + addObject(newGroup); } } }