From 2fefb657ece0e2a39744df678dcdb74bf887b03e Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Wed, 19 Apr 2023 02:51:47 -0400 Subject: [PATCH] excellent looping issue --- source/funkin/play/ResultState.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/source/funkin/play/ResultState.hx b/source/funkin/play/ResultState.hx index 3d32c6cf8..29f2b3e9f 100644 --- a/source/funkin/play/ResultState.hx +++ b/source/funkin/play/ResultState.hx @@ -72,6 +72,7 @@ class ResultState extends MusicBeatSubstate Reversed: false, OnComplete: function() { bfGfExcellent.anim.curFrame = 28; + bfGfExcellent.anim.play(); // unpauses this anim, since it's on PlayOnce! bfSHIT.anim.curFrame = 150; bfSHIT.anim.play(); // unpauses this anim, since it's on PlayOnce! trace("repeated anim!!");