From 3ee419750b23fe60fe7faf9373d125db7e68070c Mon Sep 17 00:00:00 2001 From: Ansariel Date: Thu, 19 May 2016 20:37:58 +0200 Subject: [PATCH] 64bit fix --- indra/newview/llavatarrendernotifier.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llavatarrendernotifier.cpp b/indra/newview/llavatarrendernotifier.cpp index a13e142e16..248357f0ce 100644 --- a/indra/newview/llavatarrendernotifier.cpp +++ b/indra/newview/llavatarrendernotifier.cpp @@ -47,7 +47,7 @@ #include "llavatarrendernotifier.h" // when change exceeds this ration, notification is shown -static const F32 RENDER_ALLOWED_CHANGE_PCT = 0.1; +static const F32 RENDER_ALLOWED_CHANGE_PCT = 0.1f; // wait seconds before processing over limit updates after last complexity change static const U32 OVER_LIMIT_UPDATE_DELAY = 70;