summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-04-05 18:13:49 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-04-05 18:13:49 -0700
commit2ddae4e363fb84c8d755ae006a8f5d025c8077d3 (patch)
tree5c1e90fa8bbf4a37d36df6b219d8309ba5179ecb
parent8c5a7a9c5d9ff391ae367a66ce88930d5121723a (diff)
Enabling the Show World checkbox when crossing region boundaries so that users do not suddenly end up lost in blackness as the navmesh downloads.
-rw-r--r--indra/newview/llfloaterpathfindingconsole.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp
index 84ed1d3db5..fd5403a7b7 100644
--- a/indra/newview/llfloaterpathfindingconsole.cpp
+++ b/indra/newview/llfloaterpathfindingconsole.cpp
@@ -676,6 +676,7 @@ void LLFloaterPathfindingConsole::onAgentStateCB(LLPathfindingManager::EAgentSta
void LLFloaterPathfindingConsole::onRegionBoundaryCross()
{
initializeNavMeshZoneForCurrentRegion();
+ mShowWorldCheckBox->set(TRUE);
}
void LLFloaterPathfindingConsole::setDefaultInputs()