mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-16 21:31:25 +01:00
SPIGOT-6213: MinecraftFont.getWidth(" ") returns 2 when it should be 3
By: md_5 <git@md-5.net>
This commit is contained in:
parent
491c98487c
commit
e13ed11b85
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user