diff --git a/indra/newview/llviewerstats.h b/indra/newview/llviewerstats.h
index b5cea9d6a80bcc7028626be47bdc68e6596610f8..694eeaf0974d8eca1dabf795036f027c717d83d8 100644
--- a/indra/newview/llviewerstats.h
+++ b/indra/newview/llviewerstats.h
@@ -235,7 +235,8 @@ class LLViewerStats : public LLSingleton<LLViewerStats>
 
 		inline void reset()
 		{
-			mCount = mSum = mSumOfSquares = 0;
+			mCount = 0;
+			mSum = mSumOfSquares = 0.f;
 			mCountOfNextUpdatesToIgnore = 0;
 		}