MAINT-1942 Increase maximum animation length from 30 seconds to 60 seconds

reviewed with Simon
master
Kelly Washington 2012-11-16 16:22:17 -08:00
parent a567c425ca
commit ace013d26c
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
#ifndef LL_LLBVHCONSTS_H
#define LL_LLBVHCONSTS_H
const F32 MAX_ANIM_DURATION = 30.f;
const F32 MAX_ANIM_DURATION = 60.f;
typedef enum e_constraint_type
{