mirror of
https://github.com/ninjamuffin99/Funkin.git
synced 2025-03-23 10:29:29 +00:00
Fixed loop problem at the end of Boopeebo
This commit is contained in:
parent
f83ad7e103
commit
ff6c01c18d
|
@ -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());
|
||||
|
|
Loading…
Reference in a new issue