diff options
author | Todd Stinson <stinson@lindenlab.com> | 2011-12-20 17:04:33 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2011-12-20 17:04:33 -0800 |
commit | 28ca7a76cd1290ce8d83ef56feb1dfadc0fd0d37 (patch) | |
tree | 3dc2358f5a2d6eb6cc315704bb2c68014c0639ed /indra/newview/llfloaterpathfindingconsole.cpp | |
parent | fd29df8c720b6c61680ecea002ecf5c116a69fde (diff) | |
parent | d22baa365c06c4f27c526e74ceafbf63dd39ac10 (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
Diffstat (limited to 'indra/newview/llfloaterpathfindingconsole.cpp')
-rw-r--r-- | indra/newview/llfloaterpathfindingconsole.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llfloaterpathfindingconsole.cpp b/indra/newview/llfloaterpathfindingconsole.cpp index 9cf55ca7f9..7ee9ac4d1b 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -535,3 +535,7 @@ void LLFloaterPathfindingConsole::onTerrainMaterialDSet() llwarns << "functionality has not yet been implemented to setting '" << mTerrainMaterialD->getName()
<< "' to value (" << terrainMaterial << ")" << llendl;
}
+BOOL LLFloaterPathfindingConsole::allowAllRenderables()
+{
+ return getRegionOverlayDisplay() == kRenderOverlayOnAllRenderableGeometry ? true : false;
+}
|