summaryrefslogtreecommitdiff
path: root/indra/llui/llstatbar.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-08-01 10:48:52 -0700
committerRichard Linden <none@none>2013-08-01 10:48:52 -0700
commitf7d90f8bb9885dc05cdaf1a6ececd4261e8dda92 (patch)
tree685c784620003679958fdf5c78f1574419bf52cc /indra/llui/llstatbar.cpp
parentbd5808765f7a74226d312afbb863c471528b8d1a (diff)
parentf58eb60b1e0bbdf2148255c61100cbc20d1ba1b0 (diff)
merge
Diffstat (limited to 'indra/llui/llstatbar.cpp')
-rwxr-xr-xindra/llui/llstatbar.cpp2
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;