Skip to content

Commit 1f6fe98

Browse files
Merge branch 'CodenameCrew:main' into patch-11
2 parents 1f6f4ff + 49f13ed commit 1f6fe98

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source/funkin/backend/MusicBeatTransition.hx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ class MusicBeatTransition extends MusicBeatSubstate {
7979
public function finish() {
8080
if (newState != null)
8181
FlxG.switchState(newState);
82-
close();
82+
else
83+
close();
8384
}
8485

8586
public override function destroy() {

0 commit comments

Comments
 (0)