summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-03-30 11:50:28 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-03-30 11:50:28 -0400
commitf0381cfc3e85a2caf5e5b26e08feef7b6c770bc6 (patch)
tree6bea601ebd5ef0e5a13afe7c809d389092218ec6 /indra/newview/llstartup.cpp
parent81f9c81fe7caa8fceff4438a4c4b99f975c4f0de (diff)
parentc489f1f8647a77c8c7d5fb5b721433dd72cb49c8 (diff)
merge
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;
}