Merge branch 'DRTVWR-601' of github.com:secondlife/viewer into DRTVWR-601
commit
4c63cdfb44
|
|
@ -8359,7 +8359,7 @@ void LLPipeline::doWaterHaze()
|
|||
else
|
||||
{
|
||||
//render water patches like LLDrawPoolWater does
|
||||
LLGLDepthTest depth(GL_FALSE);
|
||||
LLGLDepthTest depth(GL_TRUE, GL_FALSE);
|
||||
LLGLDisable cull(GL_CULL_FACE);
|
||||
|
||||
gGLLastMatrix = NULL;
|
||||
|
|
|
|||
Loading…
Reference in New Issue