Fix previous commit because there are some code using this define, but really it is not used in editors. This is a temporary fix to broken editors, but this entry must be removed or moved to the right place when particles are in place again.

This commit is contained in:
Antonio Vazquez 2017-01-17 15:53:31 +01:00
parent 276e36a59f
commit 61b52f6d90
1 changed files with 7 additions and 1 deletions

View File

@ -183,7 +183,13 @@ typedef enum eAnim_ChannelType {
ANIMTYPE_NLAACTION,
/* always as last item, the total number of channel types... */
ANIMTYPE_NUM_TYPES
ANIMTYPE_NUM_TYPES,
/* TODO: WARNING remove this entry or move to the right place when particle system is enabled again.
This definition was set here only to compile, but it is not used and cannot be in the middle of the list
or break the editors */
ANIMTYPE_DSPART
} eAnim_ChannelType;
/* types of keyframe data in bAnimListElem */