fixed Tutorial having zooms on story mode
This commit is contained in:
parent
d9b64ea72f
commit
a28ed62ee0
@ -2299,7 +2299,7 @@ class PlayState extends MusicBeatState
|
||||
|
||||
if (!daNote.mustPress && daNote.wasGoodHit)
|
||||
{
|
||||
if (SONG.song != 'Tutorial')
|
||||
if (SONG.song != 'Tutorial' && SONG.song != 'tutorial')
|
||||
camZooming = true;
|
||||
|
||||
var altAnim:String = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user