Skip to content
Snippets Groups Projects
Commit abc76784 authored by richard's avatar richard
Browse files

EXT-2382 - fix for clipping of minimap

parent f112356d
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment