diff options
| author | Bjoseph Wombat <bjoseph@vivox.com> | 2015-03-30 15:22:58 -0400 |
|---|---|---|
| committer | Bjoseph Wombat <bjoseph@vivox.com> | 2015-03-30 15:22:58 -0400 |
| commit | 7cc3e9b3cf8d70fce2ba0d4a398824e599fc8c5d (patch) | |
| tree | 4eb492fc95d7cbe5c50f5465f757352e2d91f94e /indra/newview/llstartup.cpp | |
| parent | 54f5bf853570a5b1131dfd6826fb015aff856cd5 (diff) | |
| parent | ab30a44d9de332466841bfb40aa494ff0db1089a (diff) | |
merged changes from viewwer-tools-update
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rwxr-xr-x | indra/newview/llstartup.cpp | 2 |
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; } |
