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

This commit is contained in:
Lirusaito
2013-01-16 05:00:35 -05:00
parent 53c04b7299
commit 2eb8f2f84a

View File

@@ -33,7 +33,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
{