diff --git a/source/states/SongSelectState.hx b/source/states/SongSelectState.hx index c397ffc..6161c9f 100644 --- a/source/states/SongSelectState.hx +++ b/source/states/SongSelectState.hx @@ -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); } } \ No newline at end of file