diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 16:21:46 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-03-17 16:21:46 -0400 |
| commit | b97eeed779b9fb2bfcad07c650b2d4d09e88a9c9 (patch) | |
| tree | e8127b28a6aee42a5f260dbd9c0c387659a0781d /include/JSystem | |
| parent | 90a8e2db65ad09fe48a03f504302e8dc1f9c77c6 (diff) | |
Rename J3DFrameCtrl loop mode enum
See https://github.com/zeldaret/tp/pull/2327/commits/2a284165cf35a2324d36d825add5c06ffa864398
Diffstat (limited to 'include/JSystem')
| -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 { |
