aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llselectmgr.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llselectmgr.cpp')
-rw-r--r--linden/indra/newview/llselectmgr.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/linden/indra/newview/llselectmgr.cpp b/linden/indra/newview/llselectmgr.cpp
index e13d8ea..f7dd150 100644
--- a/linden/indra/newview/llselectmgr.cpp
+++ b/linden/indra/newview/llselectmgr.cpp
@@ -157,6 +157,7 @@ static LLPointer<LLObjectSelection> sNullSelection;
157void LLSelectMgr::cleanupGlobals() 157void LLSelectMgr::cleanupGlobals()
158{ 158{
159 sNullSelection = NULL; 159 sNullSelection = NULL;
160 LLSelectMgr::getInstance()->clearSelections();
160} 161}
161 162
162LLObjectSelection *get_null_object_selection() 163LLObjectSelection *get_null_object_selection()