From 12207b5f2ce14503064ea0af273303eec0cb2ce7 Mon Sep 17 00:00:00 2001 From: Todd Stinson Date: Wed, 18 Apr 2012 18:34:54 -0700 Subject: Ensuring that the pathfinding console member variables are private with accessor functions where need be. --- indra/newview/llfloaterpathfindingconsole.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'indra/newview/llfloaterpathfindingconsole.cpp') diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 92011a9524..9c2725e7e8 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -390,7 +390,12 @@ void LLFloaterPathfindingConsole::setRenderHeatmapType(LLPathingLib::LLPLCharact break; } - return mShowNavMeshWalkabilityComboBox->setValue(comboBoxValue); + mShowNavMeshWalkabilityComboBox->setValue(comboBoxValue); +} + +const LLColor4 &LLFloaterPathfindingConsole::getNavMeshBackgroundColor() const +{ + return mNavMeshColors.mNavMeshClear; } LLFloaterPathfindingConsole::LLFloaterPathfindingConsole(const LLSD& pSeed) -- cgit v1.2.3