diff options
Diffstat (limited to 'linden/indra/newview/llstatbar.cpp')
-rw-r--r-- | linden/indra/newview/llstatbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llstatbar.cpp b/linden/indra/newview/llstatbar.cpp index 19a9442..d88e89f 100644 --- a/linden/indra/newview/llstatbar.cpp +++ b/linden/indra/newview/llstatbar.cpp | |||
@@ -166,7 +166,7 @@ void LLStatBar::draw() | |||
166 | bottom = bar_top - bar_height - tick_height/2; | 166 | bottom = bar_top - bar_height - tick_height/2; |
167 | 167 | ||
168 | LLGLSUIDefault gls_ui; | 168 | LLGLSUIDefault gls_ui; |
169 | LLGLSNoTexture gls_no_texture; | 169 | gGL.getTexUnit(0)->unbind(LLTexUnit::TT_TEXTURE); |
170 | for (tick_value = mMinBar; tick_value <= mMaxBar; tick_value += mTickSpacing) | 170 | for (tick_value = mMinBar; tick_value <= mMaxBar; tick_value += mTickSpacing) |
171 | { | 171 | { |
172 | left = llfloor((tick_value - mMinBar)*value_scale); | 172 | left = llfloor((tick_value - mMinBar)*value_scale); |