Enabling the Show World checkbox when crossing region boundaries so that users do not suddenly end up lost in blackness as the navmesh downloads.

master
Todd Stinson 2012-04-05 18:13:49 -07:00
parent 8c5a7a9c5d
commit 2ddae4e363
1 changed files with 1 additions and 0 deletions

View File

@ -676,6 +676,7 @@ void LLFloaterPathfindingConsole::onAgentStateCB(LLPathfindingManager::EAgentSta
void LLFloaterPathfindingConsole::onRegionBoundaryCross()
{
initializeNavMeshZoneForCurrentRegion();
mShowWorldCheckBox->set(TRUE);
}
void LLFloaterPathfindingConsole::setDefaultInputs()