diff options
Diffstat (limited to 'linden/indra/newview/lltoolselectrect.cpp')
-rw-r--r-- | linden/indra/newview/lltoolselectrect.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/lltoolselectrect.cpp b/linden/indra/newview/lltoolselectrect.cpp index 26d9756..942f3dd 100644 --- a/linden/indra/newview/lltoolselectrect.cpp +++ b/linden/indra/newview/lltoolselectrect.cpp | |||
@@ -4,7 +4,7 @@ | |||
4 | * | 4 | * |
5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ | 5 | * $LicenseInfo:firstyear=2001&license=viewergpl$ |
6 | * | 6 | * |
7 | * Copyright (c) 2001-2008, Linden Research, Inc. | 7 | * Copyright (c) 2001-2009, Linden Research, Inc. |
8 | * | 8 | * |
9 | * Second Life Viewer Source Code | 9 | * Second Life Viewer Source Code |
10 | * The source code in this file ("Source Code") is provided by Linden Lab | 10 | * The source code in this file ("Source Code") is provided by Linden Lab |
@@ -175,7 +175,7 @@ void LLToolSelectRect::draw() | |||
175 | { | 175 | { |
176 | gGL.color4f(1.f, 1.f, 0.f, 1.f); | 176 | gGL.color4f(1.f, 1.f, 0.f, 1.f); |
177 | } | 177 | } |
178 | LLGLSNoTexture gls_no_texture; | 178 | gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); |
179 | gl_rect_2d( | 179 | gl_rect_2d( |
180 | llmin(mDragStartX, mDragEndX), | 180 | llmin(mDragStartX, mDragEndX), |
181 | llmax(mDragStartY, mDragEndY), | 181 | llmax(mDragStartY, mDragEndY), |