From cb3b43cc48051001048e662cdc49efbf0b30a052 Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 5 Dec 2020 14:23:29 -0500 Subject: [PATCH] Disabled cursor scaling --- core/src/mindustry/ui/Fonts.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/ui/Fonts.java b/core/src/mindustry/ui/Fonts.java index 91c7873f2d..5934f2e35f 100644 --- a/core/src/mindustry/ui/Fonts.java +++ b/core/src/mindustry/ui/Fonts.java @@ -67,7 +67,7 @@ public class Fonts{ } public static int cursorScale(){ - return Math.max(1, Mathf.round(Scl.scl(1f))); + return 1; } public static void loadFonts(){