summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-10 16:26:49 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-10 16:26:49 -0700
commit76b280a2ad2549a795589fe75328cda71115da97 (patch)
tree93f1127a576116b31d087b9f5bfb4bc03fd7590f /indra
parentba2a9aa8ca4c690a051269b973a20bbba0c0b572 (diff)
Updating the pathfinding console with the results from the temporary path.
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llpathfindingpathtool.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpathfindingpathtool.cpp b/indra/newview/llpathfindingpathtool.cpp
index 3952b70da7..3301fe7721 100644
--- a/indra/newview/llpathfindingpathtool.cpp
+++ b/indra/newview/llpathfindingpathtool.cpp
@@ -282,6 +282,7 @@ void LLPathfindingPathTool::computeTempPath()
{
if (mHasTempStartPoint && mHasTempEndPoint && (LLPathingLib::getInstance() != NULL))
{
- LLPathingLib::getInstance()->generatePath(mTempPathData);
+ mPathResult = LLPathingLib::getInstance()->generatePath(mTempPathData);
}
+ mPathEventSignal();
}