From 8885723013753f4ce823bfecd04e98854b39dc4d Mon Sep 17 00:00:00 2001 From: Joalor64 Date: Wed, 23 Oct 2024 12:31:33 -0400 Subject: [PATCH] Update SongSelectState.hx --- source/states/SongSelectState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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