summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorandreykproductengine <akleshchev@productengine.com>2015-06-16 20:18:27 +0300
committerandreykproductengine <akleshchev@productengine.com>2015-06-16 20:18:27 +0300
commit11b48840c7835d6849ea65cf4e88ecda329d0db2 (patch)
tree4abd1a0600b4db2527f2b61e07f5ee85368a885d /indra/newview/llappviewer.cpp
parent91c45fa3ba456f4d9ffcf59d511657172b81ae52 (diff)
MAINT-5250 Viewer should handle large number of calling cards better
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index abbfe25fe2..2bb154ca04 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -4923,6 +4923,7 @@ void LLAppViewer::idle()
gIdleCallbacks.callFunctions();
gInventory.idleNotifyObservers();
+ LLAvatarTracker::instance().idleNotifyObservers();
}
// Metrics logging (LLViewerAssetStats, etc.)