diff options
author | Richard Linden <none@none> | 2013-09-27 21:25:12 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2013-09-27 21:25:12 -0700 |
commit | 57d4f84f7c9b0b5d81c08d64c904dc4ad3dd4dfa (patch) | |
tree | 74fda37ffcfdeca3daf0e96a305e27ef4f9f7524 /indra/llcommon/lltraceaccumulators.cpp | |
parent | 7d635773dddb5ebc42a4c3eeae84a35055fea537 (diff) | |
parent | af6b6db264aaa02e9e6a01d88233d129cf960fdf (diff) |
Automated merge with http://bitbucket.org/lindenlab/viewer-interesting
Diffstat (limited to 'indra/llcommon/lltraceaccumulators.cpp')
-rw-r--r-- | indra/llcommon/lltraceaccumulators.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/lltraceaccumulators.cpp b/indra/llcommon/lltraceaccumulators.cpp index 58d0b5b227..a7bd04415e 100644 --- a/indra/llcommon/lltraceaccumulators.cpp +++ b/indra/llcommon/lltraceaccumulators.cpp @@ -239,7 +239,7 @@ void EventAccumulator::addSamples( const EventAccumulator& other, EBufferAppendT void EventAccumulator::reset( const EventAccumulator* other ) { mNumSamples = 0; - mSum = NaN; + mSum = 0; mMin = NaN; mMax = NaN; mMean = NaN; |