Skip to content
Snippets Groups Projects
Commit ace013d2 authored by Kelly Washington's avatar Kelly Washington
Browse files

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

reviewed with Simon
parent a567c425
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#ifndef LL_LLBVHCONSTS_H #ifndef LL_LLBVHCONSTS_H
#define 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 typedef enum e_constraint_type
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment