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,