summaryrefslogtreecommitdiff
path: root/indra/newview/llstartup.cpp
diff options
context:
space:
mode:
authorMatthew Breindel (Falcon) <falcon@lindenlab.com>2012-06-15 18:45:22 +0000
committerMatthew Breindel (Falcon) <falcon@lindenlab.com>2012-06-15 18:45:22 +0000
commit1ac0cd035da14679bf073ebe4231836ecf921aff (patch)
treeae9fdab8f728e32caf52c82ee734dcec7670a935 /indra/newview/llstartup.cpp
parent357c1f57b4db19b4500b09719e5f96c6a481c403 (diff)
parent72a2538f74fb78d031a8e41c6ca2b8f22c75dac2 (diff)
Merge
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r--indra/newview/llstartup.cpp2
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;
}