diff options
Diffstat (limited to 'indra/newview/llvowlsky.cpp')
-rw-r--r-- | indra/newview/llvowlsky.cpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llvowlsky.cpp b/indra/newview/llvowlsky.cpp index a8bc8d4d45..b4b6bb252f 100644 --- a/indra/newview/llvowlsky.cpp +++ b/indra/newview/llvowlsky.cpp @@ -299,7 +299,9 @@ void LLVOWLSky::drawDome(void) updateGeometry(mDrawable); } - LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); + // This is handled upstream now as we may make different decisions + // for some dome users (the sky) than for others (the clouds) + //LLGLDepthTest gls_depth(GL_TRUE, GL_FALSE); const U32 data_mask = LLDrawPoolWLSky::SKY_VERTEX_DATA_MASK; |