We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c90aee commit 1b6c2d1Copy full SHA for 1b6c2d1
source/funkin/ui/freeplay/AlbumRoll.hx
@@ -241,7 +241,14 @@ class AlbumRoll extends FlxSpriteGroup
241
*/
242
public function showStars():Void
243
{
244
- difficultyStars.visible = true; // true;
+ difficultyStars.visible = true;
245
difficultyStars.flameCheck();
246
}
247
+
248
+ override function destroy():Void
249
+ {
250
+ newAlbumArt.replaceSymbolGraphic(ALBUM_ART_SYMBOL, null);
251
252
+ super.destroy();
253
+ }
254
0 commit comments