From d9b8544fd437aaed14091c6642fb7da19e146b34 Mon Sep 17 00:00:00 2001 From: Richard Linden Date: Tue, 23 Jul 2013 17:30:56 -0700 Subject: SH-4366 FIX: Interesting Viewer Crashes when opening Statistics floater --- indra/llui/llstatbar.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llui') 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), -- cgit v1.2.3