Skip to content

Commit

Permalink
Update SimpleFont.java
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveNotSet authored Mar 27, 2024
1 parent 8181ba7 commit 90f2a69
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ public class SimpleFont {
public final float baseLineYPl;

public final Char2ObjectMap<GlyphProperty> glyphMap = new Char2ObjectOpenHashMap<>();
private static final char REPLACEMENT_CHAR = '';
private static final char REPLACEMENT_CHAR = '';

public final ResourceLocation textureLocation;
public final float whiteU, whiteV;
Expand Down

0 comments on commit 90f2a69

Please sign in to comment.