Double, not float...

master
Ansariel 2016-07-06 14:50:22 +02:00
parent 32055eee4d
commit f9e52ef2df
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ std::map<std::string, U32> LLViewerObject::sObjectDataMap;
// JC 3/18/2003
const F32 PHYSICS_TIMESTEP = 1.f / 45.f;
const F64 INV_REQUEST_EXPIRE_TIME_SEC = 60.f;
const F64 INV_REQUEST_EXPIRE_TIME_SEC = 60.0;
static LLTrace::BlockTimerStatHandle FTM_CREATE_OBJECT("Create Object");