From 91a67f3c6b1f7fd365d4af8a3286a97f0e8cc7cb Mon Sep 17 00:00:00 2001 From: Nicky Date: Tue, 10 Jun 2014 23:31:22 +0200 Subject: [PATCH] User proper float type for initialization. --- indra/newview/llfasttimerview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llfasttimerview.cpp b/indra/newview/llfasttimerview.cpp index 76c37439ab..caecaef099 100755 --- a/indra/newview/llfasttimerview.cpp +++ b/indra/newview/llfasttimerview.cpp @@ -1016,7 +1016,7 @@ void LLFastTimerView::drawLineGraph() LLLocalClipRect clip(mGraphRect); //normalize based on last frame's maximum - static F32Seconds max_time(0.000001); + static F32Seconds max_time(0.000001f); static U32 max_calls = 0; static F32 alpha_interp = 0.f;