summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-03 09:47:57 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2015-04-03 09:47:57 -0400
commitc641fb08ae349b185401ec0084f9cc0b9ebabdb9 (patch)
treefd4dc5e6d626b67ebe2fb94ceae7e5df03b5d6f8 /indra/newview/llstartup.cpp
parent2be928bd9915b871f98a81ca52a9a952c0bf3562 (diff)
parentd06ac0b7ba3ceb912ff8cf04da063eb482050d2b (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;
}