From 76b280a2ad2549a795589fe75328cda71115da97 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Tue, 10 Apr 2012 16:26:49 -0700 Subject: Updating the pathfinding console with the results from the temporary path. --- indra/newview/llpathfindingpathtool.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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(); } -- cgit v1.2.3