diff options
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
| -rw-r--r-- | include/JSystem/J3DGraphAnimator/J3DAnimation.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h index 9a8ac4c2..0b950c4d 100644 --- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h +++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h @@ -801,11 +801,11 @@ private: class J3DFrameCtrl { public: enum Attribute_e { - LOOP_ONCE_e, - LOOP_ONCE_RESET_e, - LOOP_REPEAT_e, - LOOP_MIRROR_ONCE_e, - LOOP_MIRROR_REPEAT_e, + EMode_NONE, + EMode_RESET, + EMode_LOOP, + EMode_REVERSE, + EMode_LOOP_REVERSE, }; enum State_e { |
