diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/llui/llscrollcontainer.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llscrollcontainer.cpp b/linden/indra/llui/llscrollcontainer.cpp index 1ba2923..51face6 100644 --- a/linden/indra/llui/llscrollcontainer.cpp +++ b/linden/indra/llui/llscrollcontainer.cpp | |||
@@ -425,7 +425,7 @@ void LLScrollableContainerView::draw() | |||
425 | // Draw background | 425 | // Draw background |
426 | if( mIsOpaque ) | 426 | if( mIsOpaque ) |
427 | { | 427 | { |
428 | LLGLSNoTexture no_texture; | 428 | gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); |
429 | gGL.color4fv( mBackgroundColor.mV ); | 429 | gGL.color4fv( mBackgroundColor.mV ); |
430 | gl_rect_2d( mInnerRect ); | 430 | gl_rect_2d( mInnerRect ); |
431 | } | 431 | } |