diff options
author | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 10:21:51 -0800 |
---|---|---|
committer | Todd Stinson <stinson@lindenlab.com> | 2012-02-13 10:21:51 -0800 |
commit | 06ec2607ce9db7cecee7c76b52cca5f263ef7402 (patch) | |
tree | 3ed56bbe956c6091f6f5891f5bdcded1ece77ec3 /indra/newview/llviewerdisplay.cpp | |
parent | 33ad069ea6138cb0e161a9131dc076ffa719c871 (diff) | |
parent | ec335c7007ac05a098fed320fc2bbc650f0268ea (diff) |
Pull and merge from ssh://hg@bitbucket.org/stinson_linden/viewer-development-havokai.
Diffstat (limited to 'indra/newview/llviewerdisplay.cpp')
-rw-r--r-- | indra/newview/llviewerdisplay.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llviewerdisplay.cpp b/indra/newview/llviewerdisplay.cpp index 3e21334cd4..0774ab4029 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; } |