summaryrefslogtreecommitdiff
path: root/indra/llui
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-07-23 17:30:56 -0700
committerRichard Linden <none@none>2013-07-23 17:30:56 -0700
commitd9b8544fd437aaed14091c6642fb7da19e146b34 (patch)
tree6bcd9b95910b308e99c246174cbc69cad87dc626 /indra/llui
parent0127e66228acd41402da9acab8ce91d394c3096f (diff)
SH-4366 FIX: Interesting Viewer Crashes when opening Statistics floater
Diffstat (limited to 'indra/llui')
-rwxr-xr-xindra/llui/llstatbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llstatbar.cpp b/indra/llui/llstatbar.cpp
index 7f1632b48b..d9f4a36f8d 100755
--- a/indra/llui/llstatbar.cpp
+++ b/indra/llui/llstatbar.cpp
@@ -150,6 +150,7 @@ LLStatBar::LLStatBar(const Params& p)
mMinBar(llmin(p.bar_min, p.bar_max)),
mMaxBar(llmax(p.bar_max, p.bar_min)),
mCurMaxBar(p.bar_max),
+ mCurMinBar(0),
mDecimalDigits(p.decimal_digits),
mNumFrames(p.num_frames),
mMaxHeight(p.max_height),