Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EyeDaleHim committed Mar 12, 2023
1 parent 542cd4d commit 66b8b02
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -998,7 +998,7 @@ class PlayState extends MusicBeatState
ScoreContainer.setSong(Song.currentSong.song.formatToReadable(), songDiff,
{score: gameInfo.score, misses: gameInfo.misses, accuracy: gameInfo.accuracy});

persistentUpdate = false;
_finishedCutscene = false;
if (PlayState.playMode != CHARTING)
{
switch (PlayState.playMode)
Expand Down Expand Up @@ -1647,8 +1647,6 @@ class PlayState extends MusicBeatState
Note._noteFile = null;
StrumNote._strumFile = null;

_finishedCutscene = false;

super.destroy();
}
}
Expand Down

0 comments on commit 66b8b02

Please sign in to comment.