diff options
| author | Todd Stinson <stinson@lindenlab.com> | 2012-04-05 18:13:49 -0700 | 
|---|---|---|
| committer | Todd Stinson <stinson@lindenlab.com> | 2012-04-05 18:13:49 -0700 | 
| commit | 2ddae4e363fb84c8d755ae006a8f5d025c8077d3 (patch) | |
| tree | 5c1e90fa8bbf4a37d36df6b219d8309ba5179ecb /indra | |
| parent | 8c5a7a9c5d9ff391ae367a66ce88930d5121723a (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.
Diffstat (limited to 'indra')
| -rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 1 | 
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()
 | 
