Skip to content

Commit

Permalink
Merge pull request #15428 from LarryFrosty/bend-ova
Browse files Browse the repository at this point in the history
Fix Game Over music not looping
  • Loading branch information
ShadowMario authored Sep 1, 2024
2 parents 0c53fa2 + f357dbb commit 07281fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/substates/GameOverSubstate.hx
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ class GameOverSubstate extends MusicBeatSubstate

PlayState.instance.setOnScripts('inGameOver', true);
PlayState.instance.callOnScripts('onGameOverStart', []);
FlxG.sound.music.loadEmbedded(Paths.music(loopSoundName));
FlxG.sound.music.loadEmbedded(Paths.music(loopSoundName), true);

if(characterName == 'pico-dead')
{
Expand Down

0 comments on commit 07281fa

Please sign in to comment.