summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorCinder Biscuits <cinder@alchemyviewer.org>2015-03-24 16:56:03 -0600
committerCinder Biscuits <cinder@alchemyviewer.org>2015-03-24 16:56:03 -0600
commitf51236de18fbf1151de09a8d433f0950e4337adc (patch)
tree6bdf2d915ea71c739feccf40f9cf7fa285e51f8c /indra/newview/llstartup.cpp
parent56a7c4af973ec3ba3e157a9f08632ddada1185f7 (diff)
parent19e6455d830fe753a29e216fbd06db3c04d39a0d (diff)
Merged lindenlab/viewer-tools-update into default
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rwxr-xr-xindra/newview/llstartup.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index 9da7717b74..d5f9268a64 100755
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -2210,6 +2210,8 @@ bool idle_startup()
llassert(LLPathfindingManager::getInstance() != NULL);
LLPathfindingManager::getInstance()->initSystem();
+ gAgentAvatarp->sendHoverHeight();
+
return TRUE;
}