diff options
author | Oz Linden <oz@lindenlab.com> | 2015-03-23 14:34:31 -0400 |
---|---|---|
committer | Oz Linden <oz@lindenlab.com> | 2015-03-23 14:34:31 -0400 |
commit | 8e21b24a079684304b02485d8f28e9be8f16e6a0 (patch) | |
tree | 3a68b52d0f0557d89ae3c6b04d63dd55032cba55 /indra/newview/llstartup.cpp | |
parent | d3477b738881acbdf2bd1cc7bfaadaaae3890be6 (diff) | |
parent | c489f1f8647a77c8c7d5fb5b721433dd72cb49c8 (diff) |
merge changes for 3.7.26-release
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; } |