From bf1107134924c6aaaf1b1ae1e69f394afed227c4 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sun, 14 Jan 2024 08:48:50 -0500 Subject: [PATCH 1/2] null check on daSong for difficultyStars --- source/funkin/ui/freeplay/FreeplayState.hx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/funkin/ui/freeplay/FreeplayState.hx b/source/funkin/ui/freeplay/FreeplayState.hx index dec199e98..de6484fd3 100644 --- a/source/funkin/ui/freeplay/FreeplayState.hx +++ b/source/funkin/ui/freeplay/FreeplayState.hx @@ -995,7 +995,7 @@ class FreeplayState extends MusicBeatSubState } // Set the difficulty star count on the right. - difficultyStars.difficulty = daSong.songRating; + difficultyStars.difficulty = daSong?.songRating ?? difficultyStars.difficulty; // yay haxe 4.3 } // Clears the cache of songs, frees up memory, they' ll have to be loaded in later tho function clearDaCache(actualSongTho:String) From 0f03021c209b9945c1046d4330d86a6c091de6a0 Mon Sep 17 00:00:00 2001 From: Cameron Taylor Date: Sun, 14 Jan 2024 08:52:43 -0500 Subject: [PATCH 2/2] tooltip fix --- hmm.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hmm.json b/hmm.json index b5db4b717..9a74ae54a 100644 --- a/hmm.json +++ b/hmm.json @@ -61,7 +61,7 @@ "name": "haxeui-flixel", "type": "git", "dir": null, - "ref": "9c8ab039524086f5a8c8f35b9fb14538b5bfba5d", + "ref": "4f1842e55a410014dd4a188b576b31019631493a", "url": "https://github.com/haxeui/haxeui-flixel" }, {