From 2ddae4e363fb84c8d755ae006a8f5d025c8077d3 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Thu, 5 Apr 2012 18:13:49 -0700 Subject: Enabling the Show World checkbox when crossing region boundaries so that users do not suddenly end up lost in blackness as the navmesh downloads. --- indra/newview/llfloaterpathfindingconsole.cpp | 1 + 1 file changed, 1 insertion(+) 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() -- cgit v1.2.3