diff options
Diffstat (limited to 'loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2')
-rw-r--r-- | loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2/elements/Text.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2/elements/Text.java b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2/elements/Text.java index 761c7a0d..14bb30e3 100644 --- a/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2/elements/Text.java +++ b/loader/src/main/java/kr/syeyoung/dungeonsguide/launcher/guiv2/elements/Text.java @@ -100,6 +100,7 @@ public class Text extends AnnotatedExportOnlyWidget { textStyle.textShader = new SingleColorShader(color.getValue()); textStyle.underlineShader = new SingleColorShader(color.getValue()); textStyle.strikeThroughShader = new SingleColorShader(color.getValue()); + textStyle.backgroundShader = null; textStyle.topAscent = lineSpacing.getValue() - 1; textStyle.size = size.getValue(); TextSpan textSpan = new TextSpan(textStyle, ""); |