Skip to content

Commit

Permalink
stupid me
Browse files Browse the repository at this point in the history
  • Loading branch information
TechnikTil authored Sep 18, 2024
1 parent a6dbbef commit a0a7001
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/funkin/ui/PixelatedIcon.hx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class PixelatedIcon extends FlxFilteredSprite

var convertChar:Null<String> = CharacterDataParser.getCharPixelIcon(char);
if(convertChar != null)
return null;
return;

charPath += convertChar;

Expand Down

0 comments on commit a0a7001

Please sign in to comment.