Fixed loop problem at the end of Boopeebo
This commit is contained in:
parent
e085b1c595
commit
d415a6e8a3
@ -731,7 +731,8 @@ class PlayState extends MusicBeatState
|
|||||||
{
|
{
|
||||||
switch (totalBeats)
|
switch (totalBeats)
|
||||||
{
|
{
|
||||||
case 127:
|
case 128, 129, 130:
|
||||||
|
vocals.volume = 0;
|
||||||
// FlxG.sound.music.stop();
|
// FlxG.sound.music.stop();
|
||||||
// curLevel = 'Fresh';
|
// curLevel = 'Fresh';
|
||||||
// FlxG.switchState(new PlayState());
|
// FlxG.switchState(new PlayState());
|
||||||
|
Loading…
x
Reference in New Issue
Block a user