diff options
| author | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-06-15 18:45:22 +0000 |
|---|---|---|
| committer | Matthew Breindel (Falcon) <falcon@lindenlab.com> | 2012-06-15 18:45:22 +0000 |
| commit | 1ac0cd035da14679bf073ebe4231836ecf921aff (patch) | |
| tree | ae9fdab8f728e32caf52c82ee734dcec7670a935 /indra/newview/llstartup.cpp | |
| parent | 357c1f57b4db19b4500b09719e5f96c6a481c403 (diff) | |
| parent | 72a2538f74fb78d031a8e41c6ca2b8f22c75dac2 (diff) | |
Merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
| -rw-r--r-- | 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 6bee373181..fd6f6e14d3 100644 --- a/indra/newview/llstartup.cpp +++ b/indra/newview/llstartup.cpp @@ -2169,6 +2169,8 @@ bool idle_startup() LLIMFloater::initIMFloater(); display_startup(); + LLPathfindingManager::getInstance()->requestGetAgentState(); + return TRUE; } |
