diff options
author | Richard Linden <none@none> | 2013-08-01 10:48:52 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-08-01 10:48:52 -0700 |
commit | f7d90f8bb9885dc05cdaf1a6ececd4261e8dda92 (patch) | |
tree | 685c784620003679958fdf5c78f1574419bf52cc /indra/llui | |
parent | bd5808765f7a74226d312afbb863c471528b8d1a (diff) | |
parent | f58eb60b1e0bbdf2148255c61100cbc20d1ba1b0 (diff) |
merge
Diffstat (limited to 'indra/llui')
-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 1af36c6fdb..ee73cfa40d 100755 --- a/indra/llui/llstatbar.cpp +++ b/indra/llui/llstatbar.cpp @@ -272,7 +272,7 @@ void LLStatBar::draw() mean = frame_recording.getPeriodMean(*mSampleFloatp, num_frames); // always show sample data if we've ever grabbed any samples - show_data = mSampleFloatp->getPrimaryAccumulator()->hasValue(); + show_data = last_frame_recording.hasValue(*mSampleFloatp); } S32 bar_top, bar_left, bar_right, bar_bottom; |