Fixed loop problem at the end of Boopeebo

This commit is contained in:
Lotusotho 2020-12-06 14:58:32 +01:00 committed by GitHub
parent f83ad7e103
commit ff6c01c18d
1 changed files with 2 additions and 1 deletions

View File

@ -731,7 +731,8 @@ class PlayState extends MusicBeatState
{
switch (totalBeats)
{
case 127:
case 128, 129, 130:
vocals.volume = 0;
// FlxG.sound.music.stop();
// curLevel = 'Fresh';
// FlxG.switchState(new PlayState());