User proper float type for initialization.

Nicky 2014-06-10 23:31:22 +02:00
parent 5e54a93c9a
commit 91a67f3c6b
1 changed files with 1 additions and 1 deletions

View File

@ -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;