summaryrefslogtreecommitdiff
path: root/include/JSystem/J3DGraphAnimator
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-19 15:33:38 -0500
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2024-01-19 15:33:38 -0500
commit433fe7c48686aa9ec200cc20acd0eb7fdd7ef516 (patch)
tree43da34c4691c86829a21052aed0800ddc33b89b8 /include/JSystem/J3DGraphAnimator
parentfa5010b1dd87628d8ade65425ac2f24367585121 (diff)
d_a_npc_btsw2 100%, weak order not matching
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 21ec3200..94a43159 100644
--- a/include/JSystem/J3DGraphAnimator/J3DAnimation.h
+++ b/include/JSystem/J3DGraphAnimator/J3DAnimation.h
@@ -827,7 +827,7 @@ public:
}
s16 getEnd() const { return mEnd; }
void setEnd(s16 end) { mEnd = end; }
- s32 getLoop() { return mLoop; }
+ s32 getLoop() const { return mLoop; }
void setLoop(s16 loop) { mLoop = loop; }
f32 getRate() const { return mRate; }
void setRate(f32 rate) { mRate = rate; }