summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-06 00:37:54 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-11-09 19:05:24 +0200
commit875e502cc9a9e8d3592d821e762f56dce5656f7b (patch)
treebe0e769d612fb701b3087a09897266ed1e8d1d6e /indra/newview/llappviewer.cpp
parent57f654e2ed99fe7886da7808dd0084e74779cee8 (diff)
SL-13867 Developer ability to select and reposition multiple avatars
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 69606793db..7542becd6c 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -5566,7 +5566,7 @@ void LLAppViewer::disconnectViewer()
gFloaterView->restoreAll();
}
- if (LLSelectMgr::getInstance())
+ if (LLSelectMgr::instanceExists())
{
LLSelectMgr::getInstance()->deselectAll();
}