diff options
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 42c04f3fd8..001c23278d 100644 --- a/indra/newview/llviewerdisplay.cpp +++ b/indra/newview/llviewerdisplay.cpp @@ -1015,9 +1015,9 @@ void render_navmesh( bool& allowRenderables, bool& exclusiveNavDraw ) exclusiveNavDraw = true; } //physics/exclusion shapes - if ( pathfindingConsole->isRenderExclusionVolumes() ) + if ( pathfindingConsole->isRenderAnyShapes() ) { - llPathingLibInstance->renderNavMeshShapesVBO(); + llPathingLibInstance->renderNavMeshShapesVBO( pathfindingConsole->getRenderShapeFlags() ); exclusiveNavDraw = true; } //User designated path |