64bit fix

master
Ansariel 2016-05-19 20:37:58 +02:00
parent a57c1402d7
commit 3ee419750b
1 changed files with 1 additions and 1 deletions

View File

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