summaryrefslogtreecommitdiff
path: root/indra/newview/llfloaterpathfindingconsole.cpp
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-03-05 17:32:26 -0800
committerTodd Stinson <stinson@lindenlab.com>2012-03-05 17:32:26 -0800
commitf0e6ad509a65c1f888f9af6c3421e7ec024100cb (patch)
treec55d423e2739793f3f2f72f4c641e69eb805f837 /indra/newview/llfloaterpathfindingconsole.cpp
parent581de7c7b8025c48e585c1af80e060af94aca328 (diff)
parent4370d0263301a60988335e99d37f4b584f160f77 (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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index 094f7749c1..eee5d6860d 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -165,7 +165,7 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey)
llwarns <<"Errror: cannot find pathing library implementation."<<llendl;
}
else
- {
+ {
if (!mNavMeshZoneSlot.connected())
{
mNavMeshZone.registerNavMeshZoneListener(boost::bind(&LLFloaterPathfindingConsole::onNavMeshZoneCB, this, _1));