SPIGOT-6213: MinecraftFont.getWidth(" ") returns 2 when it should be 3

This commit is contained in:
md_5 2020-11-03 19:22:52 +11:00
parent 308851669a
commit eda400d3d7
No known key found for this signature in database
GPG key ID: E8E901AC7C617C11

View file

@ -7,7 +7,7 @@ import org.jetbrains.annotations.NotNull;
*/
public class MinecraftFont extends MapFont {
private static final int spaceSize = 2;
private static final int spaceSize = 3;
// CHECKSTYLE:OFF
private static final String fontChars =