summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorBjoseph Wombat <bjoseph@vivox.com>2015-03-30 15:22:58 -0400
committerBjoseph Wombat <bjoseph@vivox.com>2015-03-30 15:22:58 -0400
commit7cc3e9b3cf8d70fce2ba0d4a398824e599fc8c5d (patch)
tree4eb492fc95d7cbe5c50f5465f757352e2d91f94e /indra/newview/llstartup.cpp
parent54f5bf853570a5b1131dfd6826fb015aff856cd5 (diff)
parentab30a44d9de332466841bfb40aa494ff0db1089a (diff)
merged changes from viewwer-tools-update
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;
}