diff options
| author | prep <none@none> | 2011-12-20 12:57:32 -0500 |
|---|---|---|
| committer | prep <none@none> | 2011-12-20 12:57:32 -0500 |
| commit | e9058099d0405ce89905bd2393fb0264327d4230 (patch) | |
| tree | a1d2e494651fb42b262b5b5ebf99ff5ee516d2bc /indra/newview/llfloaterpathfindingconsole.cpp | |
| parent | 32fe974ac272ac5f92dd4c5c84e482b0acb36fe2 (diff) | |
Allow for the overlaying of an unblended navmesh ontop of the scenes normal renderables
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 20ce7b8f0c..46017ccdfc 100644 --- a/indra/newview/llfloaterpathfindingconsole.cpp +++ b/indra/newview/llfloaterpathfindingconsole.cpp @@ -430,3 +430,7 @@ F32 LLFloaterPathfindingConsole::getTerrainMaterialD() const {
return mTerrainMaterialD->getValue().asReal();
}
+BOOL LLFloaterPathfindingConsole::allowAllRenderables()
+{
+ return getRegionOverlayDisplay() == kRenderOverlayOnAllRenderableGeometry ? true : false;
+}
\ No newline at end of file |
