From 4e087ab17705f3839917c472bcacca26ad42c49b Mon Sep 17 00:00:00 2001 From: XProger Date: Fri, 20 Apr 2018 05:21:12 +0300 Subject: [PATCH] revert --- src/animation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/animation.h b/src/animation.h index ff4d821..6c8c82b 100644 --- a/src/animation.h +++ b/src/animation.h @@ -91,7 +91,7 @@ struct Animation { } void playNext() { - setAnim(next, anims[index].nextFrame, false); + setAnim(next, anims[index].nextFrame); } TR::AnimFrame* getFrame(TR::Animation *anim, int index) {