summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorprep <none@none>2012-02-13 10:10:57 -0500
committerprep <none@none>2012-02-13 10:10:57 -0500
commit6d6c38f21688eb99691a8273e0779c50dfa69db7 (patch)
tree1e3e329266c1761955cfd4a9f531056859fb78c1 /indra/newview
parentdd760059905cf7fcd312cbbfcca8c32553e69f7c (diff)
Path-197. Navmeshes are converted into vbos.
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llviewerdisplay.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp
index 719f560101..0579273d25 100644
--- a/indra/newview/llviewerdisplay.cpp
+++ b/indra/newview/llviewerdisplay.cpp
@@ -907,9 +907,6 @@ void display(BOOL rebuild, F32 zoom_factor, int subfield, BOOL for_snapshot)
//NavMesh
if ( llPathingLibInstance->getRenderNavMeshState() )
{
- glClearColor(0.0f, 0.0f, 0.0f, 0.5f);
- glEnable(GL_DEPTH_TEST);
- gGL.setAmbientLightColor( LLColor4::white );
llPathingLibInstance->renderNavMesh();
exclusiveDraw = true;
}