diff options
author | Rider Linden <none@none> | 2015-04-03 14:50:53 -0700 |
---|---|---|
committer | Rider Linden <none@none> | 2015-04-03 14:50:53 -0700 |
commit | 0962dd23bdca11cae7d4cabda338814de5f756c8 (patch) | |
tree | 36b1fd594774d42fc69c2bbfdcef5977725413c5 /indra/newview/llstartup.cpp | |
parent | a25f4b49676e5a371d185bfb222e47893dd78b75 (diff) | |
parent | 2de894bdc785c8d68dc4197b68aa9305450999f7 (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; } |