summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorTakaRikka <38417346+TakaRikka@users.noreply.github.com>2025-03-14 01:46:21 -0700
committerGitHub <noreply@github.com>2025-03-14 04:46:21 -0400
commit60748d0924e29c315a5402429a9d71fcc7615cd9 (patch)
tree83137c55f81a2072fab5054ee9f3d86cfff7f2f9 /include/JSystem/J3DGraphAnimator
parent34c5d8272e8ac93d20ab68e7632c7ed862dd67f1 (diff)
b_dr equivalent, update dtk-template (#2327)
* d_a_tag_allmato almost done * d_a_swhit0 done * some SSystem cleanup * treesh done * swball done, some other rel cleanup * b_dr equivalent * update dtk-template * rename j3dframectrl mode enum
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
index 493da73dd3..01849857bf 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -896,11 +896,11 @@ public:
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,
};
J3DFrameCtrl() { this->init(0); }