diff options
| author | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 17:09:09 -0600 |
|---|---|---|
| committer | Cinder Biscuits <cinder@alchemyviewer.org> | 2015-03-24 17:09:09 -0600 |
| commit | 0ba5502506d84fb2a41ce62cb8025ec93b652d38 (patch) | |
| tree | 05e936c6d3f6fb02de277b23746f48035fc4e69d /indra/newview/llstartup.cpp | |
| parent | 8905496ef46b5d0a1e3fa78f0af26f79a5fb8e45 (diff) | |
| parent | 19e6455d830fe753a29e216fbd06db3c04d39a0d (diff) | |
Merged lindenlab/viewer-tools-update into default
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; } |
