diff options
author | Graham Linden <graham@lindenlab.com> | 2018-05-31 20:12:26 +0100 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2018-05-31 20:12:26 +0100 |
commit | 3ed3cfce56e9d5c934db350f36ab13c51e3330c1 (patch) | |
tree | 8e8ff75dd95baa89fb2998c7af692f1658d43c48 /indra/newview/llmanipscale.cpp | |
parent | eb8eaa58a4e28b4db2736000f22fbd97371ef9db (diff) | |
parent | 40d4e8b2e6d25a625c7a5ef5dd3e94321d18ce82 (diff) |
Merge 5.1.6
Diffstat (limited to 'indra/newview/llmanipscale.cpp')
-rw-r--r-- | indra/newview/llmanipscale.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llmanipscale.cpp b/indra/newview/llmanipscale.cpp index 8b2ac4f303..9a8222d941 100644 --- a/indra/newview/llmanipscale.cpp +++ b/indra/newview/llmanipscale.cpp @@ -754,6 +754,7 @@ void LLManipScale::renderBoxHandle( F32 x, F32 y, F32 z ) { gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); LLGLDepthTest gls_depth(GL_FALSE); + LLGLDisable gls_stencil(GL_STENCIL_TEST); gGL.pushMatrix(); { |