Skip to content
Snippets Groups Projects
Commit d9b8544f authored by Richard Linden's avatar Richard Linden
Browse files

SH-4366 FIX: Interesting Viewer Crashes when opening Statistics floater

parent 0127e662
Branches
Tags
No related merge requests found
......@@ -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),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment