Skip to content
Snippets Groups Projects
Commit f0e6ad50 authored by Todd Stinson's avatar Todd Stinson
Browse files
parents 581de7c7 4370d026
No related branches found
No related tags found
No related merge requests found
...@@ -165,7 +165,7 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey) ...@@ -165,7 +165,7 @@ void LLFloaterPathfindingConsole::onOpen(const LLSD& pKey)
llwarns <<"Errror: cannot find pathing library implementation."<<llendl; llwarns <<"Errror: cannot find pathing library implementation."<<llendl;
} }
else else
{ {
if (!mNavMeshZoneSlot.connected()) if (!mNavMeshZoneSlot.connected())
{ {
mNavMeshZone.registerNavMeshZoneListener(boost::bind(&LLFloaterPathfindingConsole::onNavMeshZoneCB, this, _1)); mNavMeshZone.registerNavMeshZoneListener(boost::bind(&LLFloaterPathfindingConsole::onNavMeshZoneCB, this, _1));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment