MAINT-1942 Increase maximum animation length from 30 seconds to 60 seconds
reviewed with Simonmaster
parent
a567c425ca
commit
ace013d26c
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue