diff options
author | andreykproductengine <akleshchev@productengine.com> | 2015-03-24 19:52:46 +0200 |
---|---|---|
committer | andreykproductengine <akleshchev@productengine.com> | 2015-03-24 19:52:46 +0200 |
commit | bd3ee81e8d7f739b0ff733f19e3922ce03433be4 (patch) | |
tree | 3ece7ba3dc95d12a9b3db72264cba2378f9febdb /indra/newview/llstartup.cpp | |
parent | 18bacca5ca066c6fb1b38a82e322b624923b7340 (diff) | |
parent | c489f1f8647a77c8c7d5fb5b721433dd72cb49c8 (diff) |
Merge with viewer-release and become 3.7.27
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 319d220b51..42fc300187 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; } |