bumped up max recursiveness, was needed for a peach shot

This commit is contained in:
Campbell Barton
2008-01-14 13:48:43 +00:00
parent 65c4a2f9ff
commit 54be577d68

View File

@@ -34,7 +34,7 @@
#ifndef BKE_ANIM_H #ifndef BKE_ANIM_H
#define BKE_ANIM_H #define BKE_ANIM_H
#define MAX_DUPLI_RECUR 4 #define MAX_DUPLI_RECUR 8
struct Path; struct Path;
struct Object; struct Object;