mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2024-12-13 11:40:29 +00:00
Use Unicode escape code instead of literal
It doesn't compile under Gradle on my system. Goodness knows why not.
This commit is contained in:
parent
2b28cc3558
commit
3e751ee94a
@ -18,7 +18,7 @@ import static dan200.computercraft.shared.command.framework.ChatHelpers.coloured
|
|||||||
public class TextFormatter
|
public class TextFormatter
|
||||||
{
|
{
|
||||||
private static final int SPACE_WIDTH = 4;
|
private static final int SPACE_WIDTH = 4;
|
||||||
private static final char PADDING_CHAR = 'ˌ';
|
private static final char PADDING_CHAR = '\u02cc';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Yoinked from FontRenderer
|
* Yoinked from FontRenderer
|
||||||
|
Loading…
Reference in New Issue
Block a user