From 5d5a7afb5b42b1beeee0535fc5c5e6b7843e242d Mon Sep 17 00:00:00 2001 From: Lucky56 <55949451+Lucky-56@users.noreply.github.com> Date: Wed, 9 Jun 2021 14:59:36 +0200 Subject: [PATCH] Revert "fixed Tutorial having zooms on story mode" This reverts commit a28ed62ee0b45a7b89d18c6f92ad76176458b703. --- source/PlayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/PlayState.hx b/source/PlayState.hx index e60cdda..b5107eb 100644 --- a/source/PlayState.hx +++ b/source/PlayState.hx @@ -2299,7 +2299,7 @@ class PlayState extends MusicBeatState if (!daNote.mustPress && daNote.wasGoodHit) { - if (SONG.song != 'Tutorial' && SONG.song != 'tutorial') + if (SONG.song != 'Tutorial') camZooming = true; var altAnim:String = "";