diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-03-05 17:32:26 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-03-05 17:32:26 -0800 |
commit | f0e6ad509a65c1f888f9af6c3421e7ec024100cb (patch) | |
tree | c55d423e2739793f3f2f72f4c641e69eb805f837 /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | 581de7c7b8025c48e585c1af80e060af94aca328 (diff) | |
parent | 4370d0263301a60988335e99d37f4b584f160f77 (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 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));
|