Enabling the Show World checkbox when crossing region boundaries so that users do not suddenly end up lost in blackness as the navmesh downloads.
parent
8c5a7a9c5d
commit
2ddae4e363
|
|
@ -676,6 +676,7 @@ void LLFloaterPathfindingConsole::onAgentStateCB(LLPathfindingManager::EAgentSta
|
|||
void LLFloaterPathfindingConsole::onRegionBoundaryCross()
|
||||
{
|
||||
initializeNavMeshZoneForCurrentRegion();
|
||||
mShowWorldCheckBox->set(TRUE);
|
||||
}
|
||||
|
||||
void LLFloaterPathfindingConsole::setDefaultInputs()
|
||||
|
|
|
|||
Loading…
Reference in New Issue