Be more aggressive about cleaning out old keyframemotions.

master
Nicky 2012-02-04 21:35:48 +01:00
parent 078dc45e50
commit e802a67564
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ static F32 MIN_ACCELERATION_SQUARED = 0.0005f * 0.0005f;
static F32 MAX_CONSTRAINTS = 10;
static U32 const MAX_CACHE_TIME_IN_SECONDS = 45*60;
static U32 const MAX_CACHE_TIME_IN_SECONDS = 5*60;
static U32 const SCAN_CACHE_INTERVAL = 31;
//-----------------------------------------------------------------------------