Skip to content

Commit 4e12d42

Browse files
committed
Update FreeplayState.hx
1 parent 2dc972b commit 4e12d42

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

source/states/FreeplayState.hx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,7 @@ class FreeplayState extends MusicBeatState
143143
Cursor.cursorMode = Default;
144144
instance = this; // For Archipelago
145145

146-
// Check if the Victory Song is cleared.
147-
146+
// Check if the Victory Song is cleared.
148147
{
149148
var victorySong = APEntryState.apGame.getSongAndMod(APEntryState.victorySong);
150149
if (APEntryState.apGame.checkGoal(victorySong.song, victorySong.mod))

0 commit comments

Comments
 (0)