Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
fixed Tutorial having zooms on story mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky-56 committed Jun 9, 2021
1 parent d9b64ea commit a28ed62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "";
Expand Down

0 comments on commit a28ed62

Please sign in to comment.