summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-11 16:33:34 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2014-12-11 16:33:34 -0500
commita357a4096cb645956a2432adfd5dcadc55c153f5 (patch)
tree22b8a59fa5ea2abed572a4f5fc388aeecf859bb9 /indra/newview/llstartup.cpp
parentc9981ec59c4613531b2d5bb03f6ab8f6d914343c (diff)
SL-92 WIP
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;
}