aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llslider.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llui/llslider.cpp')
-rw-r--r--linden/indra/llui/llslider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llslider.cpp b/linden/indra/llui/llslider.cpp
index 4cc558f..b2438af 100644
--- a/linden/indra/llui/llslider.cpp
+++ b/linden/indra/llui/llslider.cpp
@@ -253,7 +253,7 @@ void LLSlider::draw()
253 // Draw background and thumb. 253 // Draw background and thumb.
254 254
255 // drawing solids requires texturing be disabled 255 // drawing solids requires texturing be disabled
256 LLGLSNoTexture no_texture; 256 gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE);
257 257
258 F32 opacity = getEnabled() ? 1.f : 0.3f; 258 F32 opacity = getEnabled() ? 1.f : 0.3f;
259 LLColor4 center_color = (mThumbCenterColor % opacity); 259 LLColor4 center_color = (mThumbCenterColor % opacity);