aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llui/llscrollcontainer.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/llui/llscrollcontainer.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llui/llscrollcontainer.cpp b/linden/indra/llui/llscrollcontainer.cpp
index a6c1c6d..f0b0b81 100644
--- a/linden/indra/llui/llscrollcontainer.cpp
+++ b/linden/indra/llui/llscrollcontainer.cpp
@@ -430,7 +430,7 @@ void LLScrollableContainerView::draw()
430 if( mIsOpaque ) 430 if( mIsOpaque )
431 { 431 {
432 LLGLSNoTexture no_texture; 432 LLGLSNoTexture no_texture;
433 glColor4fv( mBackgroundColor.mV ); 433 gGL.color4fv( mBackgroundColor.mV );
434 gl_rect_2d( mInnerRect ); 434 gl_rect_2d( mInnerRect );
435 } 435 }
436 436