Skip to content

Commit

Permalink
Update PlayState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Jul 27, 2024
1 parent 84d9fa2 commit 0eb43f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/states/PlayState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ class PlayState extends ExtendableState {
timeSignature: [4, 4]
};
}
else
song = Paths.json("songs/" + song.song.toLowerCase());
/*else
song = Paths.json("songs/" + song.song.toLowerCase());*/

instance = this;
}
Expand Down

0 comments on commit 0eb43f7

Please sign in to comment.