diff options
author | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2012-06-18 12:27:46 -0400 |
commit | 329b98528ea4fdd34baaa225e4aa46ea8ad5bfe1 (patch) | |
tree | 1e4d8488913eec8eebbc6ab4579ad405d3124c20 /indra/newview/llstartup.cpp | |
parent | 583855f3e6ba45915c0031396ed90054a18c4c4d (diff) | |
parent | 501127e4649cf6cdb8e1c31d66d8d24e20fe0631 (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; } |