diff --git a/src/controller.h b/src/controller.h index 14ccfe0..e7d1527 100644 --- a/src/controller.h +++ b/src/controller.h @@ -1048,7 +1048,7 @@ struct Controller { if (animation.isEnded) { // if animation is end - switch to next if (animation.offset != 0.0f) cmdOffset(animation.offset); if (animation.jump != 0.0f) cmdJump(animation.jump); - // animation.playNext(); + animation.playNext(); } else animation.framePrev = animation.frameIndex; }