mirror of
https://github.com/FunkinCrew/Funkin.git
synced 2025-04-12 06:54:41 -04:00
Fixed loop problem at the end of Boopeebo
This commit is contained in:
parent
d912f1cf2a
commit
16caad1818
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue