Forgot to change the regex pattern to look for 0x1a instead
Co-authored-by: r3cp3ct <45179536+r3cp3ct@users.noreply.github.com> Co-authored-by: sigonasr2 <sigonasr2@gmail.com>
This commit is contained in:
parent
73882feb2c
commit
f9de8a5eed
Binary file not shown.
@ -47,7 +47,7 @@ public class DrawLoop {
|
|||||||
} else {
|
} else {
|
||||||
currentCol=PaletteColor.values()[nextCol];
|
currentCol=PaletteColor.values()[nextCol];
|
||||||
}
|
}
|
||||||
finalS=finalS.replaceFirst(Pattern.quote("%"+nextCol+" "),"");
|
finalS=finalS.replaceFirst(Pattern.quote("\u001a"+nextCol+" "),"");
|
||||||
} else
|
} else
|
||||||
if (finalS.charAt(i)=='\n') {
|
if (finalS.charAt(i)=='\n') {
|
||||||
xOffset+=(charCount+1)*f.getGlyphWidth();
|
xOffset+=(charCount+1)*f.getGlyphWidth();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user