summaryrefslogtreecommitdiff
path: root/src/include/defines.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/defines.h')
-rw-r--r--src/include/defines.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/include/defines.h b/src/include/defines.h
index 8216f1c..1d4e147 100644
--- a/src/include/defines.h
+++ b/src/include/defines.h
@@ -36,7 +36,8 @@ typedef uint64 ptrsize; // is there a compiler variable for 32 vs 64 bit like
#define MAX_MASKS 8
#define MAX_PROPERTIES_PER_EFFECT 80 // Kinda high since we want to support 8 xy points of Curves data across 5 channels.
#define MAX_KEYFRAME_BLOCKS 64
-#define MAX_KEYFRAMES_PER_BLOCK 32 // max keyframes on a single channel is 2048
+// #define MAX_KEYFRAMES_PER_BLOCK 32 // max keyframes on a single channel is 2048
+#define MAX_KEYFRAMES_PER_BLOCK 2
#define MAX_SELECTED_PROPERTIES 16