From 71da847158273b12cd692a9503e741391790cebe Mon Sep 17 00:00:00 2001 From: FabsTheFabs Date: Fri, 30 Aug 2024 01:12:26 +0100 Subject: [PATCH] forgot to change these back --- 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 5d3a2bead..bf24aa3b3 100644 --- a/source/funkin/ui/freeplay/FreeplayState.hx +++ b/source/funkin/ui/freeplay/FreeplayState.hx @@ -238,7 +238,7 @@ class FreeplayState extends MusicBeatSubState switch (currentCharacterId) { case 'bf': - backingCard = new NewCharacterCard(currentCharacter); + backingCard = new BoyfriendCard(currentCharacter); case 'pico': backingCard = new PicoCard(currentCharacter); default: