1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-10-03 15:59:04 +00:00

fixed pico game over loop from playing a duplicate track (#356)

* fixed pico game over loop from playing a duplicate track that persists in menus

* assets submod

---------

Co-authored-by: Cameron Taylor <cameron.taylor.ninja@gmail.com>
This commit is contained in:
fabs 2024-03-02 18:56:44 +00:00 committed by GitHub
parent acde381bf2
commit f8481a0efe
2 changed files with 2 additions and 2 deletions

2
assets

@ -1 +1 @@
Subproject commit 54f915ea2698a300f06712a5880990f932e6d632
Subproject commit b152ad83868ff77307abb24893ddd5f74ed324d7

View file

@ -338,8 +338,8 @@ class GameOverSubState extends MusicBeatSubState
}
else
{
isStarting = false;
onComplete = function() {
isStarting = false;
// We need to force to ensure that the non-starting music plays.
startDeathMusic(1.0, true);
};