diff options
author | prep <none@none> | 2012-02-24 13:16:35 -0500 |
---|---|---|
committer | prep <none@none> | 2012-02-24 13:16:35 -0500 |
commit | b7d93d8adf9f604a2f345336bd0e37c08a0d10cb (patch) | |
tree | 98ac371a36c13cb5fa89e99799b2f929ff7abd41 /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | 11bc6e9780d741cdd9405a1dcbe6b6dfb728c15a (diff) |
Path-267: Add support for rendering of walkable objects, obstacles and material phantoms.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 7795397803..e09bc028ce 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -248,7 +248,7 @@ void LLFloaterPathfindingConsole::onClose(bool pIsAppQuitting) {
mAgentStateSlot.disconnect();
}
-
+ LLPathingLib::getInstance()->cleanupResidual();
LLFloater::onClose(pIsAppQuitting);
}
|