diff --git a/source/funkin/ui/PixelatedIcon.hx b/source/funkin/ui/PixelatedIcon.hx index 17c4ad9cfa1..741c88d59d9 100644 --- a/source/funkin/ui/PixelatedIcon.hx +++ b/source/funkin/ui/PixelatedIcon.hx @@ -24,7 +24,7 @@ class PixelatedIcon extends FlxFilteredSprite var convertChar:Null = CharacterDataParser.getCharPixelIcon(char); if(convertChar != null) - return null; + return; charPath += convertChar;