diff options
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/pipeline.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/pipeline.cpp b/indra/newview/pipeline.cpp index ab933d9651..21b70e9c60 100644 --- a/indra/newview/pipeline.cpp +++ b/indra/newview/pipeline.cpp @@ -2433,8 +2433,8 @@ void LLPipeline::updateCull(LLCamera& camera, LLCullResult& result, S32 water_cl gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); - glh::matrix4f modelview = get_last_modelview(); - glh::matrix4f proj = get_last_projection(); +// glh::matrix4f modelview = get_last_modelview(); +// glh::matrix4f proj = get_last_projection(); LLGLDepthTest depth(GL_TRUE, GL_FALSE); |