From be5e1648e05ad04bb80a82551fcb8466a9ee83b4 Mon Sep 17 00:00:00 2001 From: Anuken Date: Thu, 25 Oct 2018 23:21:27 -0400 Subject: [PATCH] Removed font line height tweak --- core/src/io/anuke/mindustry/core/UI.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/io/anuke/mindustry/core/UI.java b/core/src/io/anuke/mindustry/core/UI.java index 750f34b0e4..9a67804ecd 100644 --- a/core/src/io/anuke/mindustry/core/UI.java +++ b/core/src/io/anuke/mindustry/core/UI.java @@ -111,8 +111,6 @@ public class UI extends SceneModule{ Structs.each(font -> { font.setUseIntegerPositions(false); font.getData().setScale(Vars.fontScale); - font.getData().down += Unit.dp.scl(3f); - font.getData().lineHeight -= Unit.dp.scl(3f); }, skin.font(), skin.getFont("default-font-chat"), skin.getFont("trad-chinese"), skin.getFont("simp-chinese")); }