summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorroeming <brother64youyou@gmail.com>2025-11-20 17:41:52 -0500
committerGitHub <noreply@github.com>2025-11-20 14:41:52 -0800
commit6f7457a870a3a9840ade3bccc21814beafdd8b8a (patch)
tree58aee482b7fd874d560523db8ac00d82a6f4c90a /include/JSystem/J3DGraphAnimator
parent248f57b257505ecb9d61cf578a5207fb4fb5a701 (diff)
add debug functionality to d_a_horse, match almost all functions (#2834)
* add debug functinality to d_a_horse, match almost all functions * fix some wii funcs * fix wii build
Diffstat (limited to 'include/JSystem/J3DGraphAnimator')
-rw-r--r--include/JSystem/J3DGraphAnimator/J3DAnimation.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J3DGraphAnimator/J3DAnimation.h b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
index 1ebc3f67c3..37851892d5 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -944,7 +944,7 @@ public:
}
s16 getEnd() const { return mEnd; }
void setEnd(s16 end) { mEnd = end; }
- s32 getLoop() { return mLoop; }
+ s16 getLoop() const { return mLoop; }
void setLoop(s16 loop) { mLoop = loop; }
f32 getRate() const { return mRate; }
void setRate(f32 rate) { mRate = rate; }