Fix mistake in recent commit, typed in wrong number for bitflag

causing various issues with constraints and duplis.
This commit is contained in:
Brecht Van Lommel
2010-01-14 10:57:24 +00:00
parent 9de67b8ca9
commit dd59f4df90

View File

@@ -334,7 +334,7 @@ extern Object workob;
#define OB_DUPLIFACES_SCALE 1024
#define OB_DUPLIPARTS 2048
#define OB_RENDER_DUPLI 4096
#define OB_NO_CONSTRAINTS 8096 /* runtime constraints disable */
#define OB_NO_CONSTRAINTS 8192 /* runtime constraints disable */
/* (short) ipoflag */
// XXX depreceated - old animation system crap