Skip to content

Commit

Permalink
Update SongSelectState.hx
Browse files Browse the repository at this point in the history
  • Loading branch information
Joalor64GH authored Oct 23, 2024
1 parent 671d48b commit 8885723
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/SongSelectState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,6 @@ class SongSelectState extends ExtendableState {

titleTxt.text = songListData.songs[currentIndex].name;
intendedScore = HighScore.getScore(songListData.songs[currentIndex].name);
intendedRating = Highscore.getRating(songListData.songs[currentIndex].name);
intendedRating = HighScore.getRating(songListData.songs[currentIndex].name);
}
}

0 comments on commit 8885723

Please sign in to comment.