diff options
Diffstat (limited to 'src/animation.c')
| -rw-r--r-- | src/animation.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/animation.c b/src/animation.c index ed290ef7a..f3b8f82dd 100644 --- a/src/animation.c +++ b/src/animation.c @@ -82,7 +82,7 @@ void render_limb_or_add_mtx(Armature* arg0, s16* arg1, AnimationLimbVector arg2, for (i = 0; i < 3; i++) { pos[i] = sOriginalPosAnimation[i] + arg0->pos[i]; } - isNotTheFirst += 1; + isNotTheFirst = 1; } else { for (i = 0; i < 3; i++) { pos[i] = arg0->pos[i]; |
