summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKelly Washington <kelly@lindenlab.com>2012-11-16 16:22:17 -0800
committerKelly Washington <kelly@lindenlab.com>2012-11-16 16:22:17 -0800
commitace013d26ce1cf972d991dedcfce1c5ef3c6e499 (patch)
tree96b003db618e1b967b41d684420c447114544987
parenta567c425cab9b7aff8acee11aaf3470187675271 (diff)
MAINT-1942 Increase maximum animation length from 30 seconds to 60 seconds
reviewed with Simon
-rw-r--r--indra/llcharacter/llbvhconsts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/llbvhconsts.h b/indra/llcharacter/llbvhconsts.h
index d363a6e595..b06c279b8f 100644
--- a/indra/llcharacter/llbvhconsts.h
+++ b/indra/llcharacter/llbvhconsts.h
@@ -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
{