diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-24 16:10:56 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-24 16:10:56 -0800 |
commit | 8bfb24373b429b752d4b2b1ca6452f0eb755e383 (patch) | |
tree | e0117396cc63a389ec41fa2dd2ec7f45cbe90b48 /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | e434cb1f224c4480b590a252fcf3baac92c7f4bd (diff) | |
parent | 37febbcb7acd4dba4d6166ce21247bff51ed2834 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
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);
}
|