diff options
author | Rick Pasetto <rick@lindenlab.com> | 2009-11-11 11:26:19 -0800 |
---|---|---|
committer | Rick Pasetto <rick@lindenlab.com> | 2009-11-11 11:26:19 -0800 |
commit | f8ba8b09a65357e037f64b97919c0f4f9a9b90b0 (patch) | |
tree | 3a3b74e8ecd9e7c4240520dcb3513d371bde8846 /indra/newview/llnetmap.cpp | |
parent | a54fff624aebfcd4e809823b0cdb02f265d319c5 (diff) |
merge
Diffstat (limited to 'indra/newview/llnetmap.cpp')
-rw-r--r-- | indra/newview/llnetmap.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llnetmap.cpp b/indra/newview/llnetmap.cpp index 4286582cdc..6145588df2 100644 --- a/indra/newview/llnetmap.cpp +++ b/indra/newview/llnetmap.cpp @@ -155,11 +155,9 @@ void LLNetMap::draw() F32 rotation = 0; { - LLGLEnable scissor(GL_SCISSOR_TEST); - + LLLocalClipRect clip(getLocalRect()); { gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); - LLLocalClipRect clip(getLocalRect()); glMatrixMode(GL_MODELVIEW); |