diff options
author | Richard Linden <none@none> | 2013-04-12 15:56:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-04-12 15:56:49 -0700 |
commit | 06a953f7fece6e7c5cb8f9facd246580767f8591 (patch) | |
tree | 18e0db8a706d6451ebad1ab640871a3ca0f52d1c /indra/llui | |
parent | 39d8ea6327ad96b4977dfec991a20d66e2442b50 (diff) | |
parent | dea70426a5c96957dd73b7a50c7fdedf77a3bdfb (diff) |
Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting-metrics
Diffstat (limited to 'indra/llui')
-rw-r--r-- | indra/llui/llstatbar.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp index 70ba59b130..972b436bdc 100644 --- a/indra/llui/llstatbar.cpp +++ b/indra/llui/llstatbar.cpp @@ -416,10 +416,10 @@ void LLStatBar::draw() } else { - gGL.vertex2i(begin, (F32)bar_bottom+offset+1.f); - gGL.vertex2i(begin, (F32)bar_bottom+offset); - gGL.vertex2i(end, (F32)bar_bottom+offset); - gGL.vertex2i(end, (F32)bar_bottom+offset+1.f); + gGL.vertex2f(begin, (F32)bar_bottom+offset+1.f); + gGL.vertex2f(begin, (F32)bar_bottom+offset); + gGL.vertex2f(end, (F32)bar_bottom+offset); + gGL.vertex2f(end, (F32)bar_bottom+offset+1.f); } } gGL.end(); |