diff options
| author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-06 00:37:54 +0200 |
|---|---|---|
| committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-11-09 19:05:24 +0200 |
| commit | 875e502cc9a9e8d3592d821e762f56dce5656f7b (patch) | |
| tree | be0e769d612fb701b3087a09897266ed1e8d1d6e /indra/newview/llappviewer.cpp | |
| parent | 57f654e2ed99fe7886da7808dd0084e74779cee8 (diff) | |
SL-13867 Developer ability to select and reposition multiple avatars
Diffstat (limited to 'indra/newview/llappviewer.cpp')
| -rw-r--r-- | indra/newview/llappviewer.cpp | 2 |
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(); } |
