diff options
| author | Oz Linden <oz@lindenlab.com> | 2015-03-24 11:19:47 -0400 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2015-03-24 11:19:47 -0400 |
| commit | d06ac0b7ba3ceb912ff8cf04da063eb482050d2b (patch) | |
| tree | fd4dc5e6d626b67ebe2fb94ceae7e5df03b5d6f8 /indra/newview/llstartup.cpp | |
| parent | dd7f0e2954a80e39eba50b7a06e167a50a248632 (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; } |
