From e872dddd15f3c7be666ef9f3fe4c2898661f07cf Mon Sep 17 00:00:00 2001
From: Cameron Taylor <cameron.taylor.ninja@gmail.com>
Date: Mon, 17 Apr 2023 17:59:22 -0400
Subject: [PATCH] looping fix

---
 hmm.json                          | 2 +-
 source/funkin/play/ResultState.hx | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/hmm.json b/hmm.json
index 0a1c09327..341eaf7ca 100644
--- a/hmm.json
+++ b/hmm.json
@@ -30,7 +30,7 @@
       "name": "flxanimate",
       "type": "git",
       "dir": null,
-      "ref": "a8976ff",
+      "ref": "a913635",
       "url": "https://github.com/ninjamuffin99/flxanimate"
     },
     {
diff --git a/source/funkin/play/ResultState.hx b/source/funkin/play/ResultState.hx
index 7d6f75fff..6302e8068 100644
--- a/source/funkin/play/ResultState.hx
+++ b/source/funkin/play/ResultState.hx
@@ -73,6 +73,7 @@ class ResultState extends MusicBeatSubstate
         OnComplete: function() {
           bfGfExcellent.anim.curFrame = 28;
           bfSHIT.anim.curFrame = 150;
+          bfSHIT.anim.play(); // unpauses this anim, since it's on PlayOnce!
           trace("repeated anim!!");
         },
         ShowPivot: false,