diff options
author | Richard Linden <none@none> | 2013-08-22 17:00:49 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-22 17:00:49 -0700 |
commit | c95d0b884371045a46c345d43fab90b5f3d6ccb2 (patch) | |
tree | 11890b80ee908223f9ff60964738f2a4cfadc576 /indra/llui/llstatbar.cpp | |
parent | 3413a57a90094b1844fbc837d5ce24921c87e600 (diff) | |
parent | cf014375b8b408d58bd35deb4e58e4369fb3bf62 (diff) |
merge
Diffstat (limited to 'indra/llui/llstatbar.cpp')
-rwxr-xr-x | indra/llui/llstatbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp index 8658a2f968..3cd2e53001 100755 --- a/indra/llui/llstatbar.cpp +++ b/indra/llui/llstatbar.cpp @@ -401,7 +401,7 @@ void LLStatBar::draw() { mLastDisplayValueTimer.reset(); } - drawLabelAndValue(display_value, unit_label, bar_rect, mDecimalDigits); + drawLabelAndValue(display_value, unit_label, bar_rect, decimal_digits); mLastDisplayValue = display_value; |