diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-03 09:47:57 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-03 09:47:57 -0400 |
| commit | c641fb08ae349b185401ec0084f9cc0b9ebabdb9 (patch) | |
| tree | fd4dc5e6d626b67ebe2fb94ceae7e5df03b5d6f8 /indra/newview/llstartup.cpp | |
| parent | 2be928bd9915b871f98a81ca52a9a952c0bf3562 (diff) | |
| parent | d06ac0b7ba3ceb912ff8cf04da063eb482050d2b (diff) | |
merge
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; } |
