From b9c224e114f7601144cadbe4c06894579fd49a30 Mon Sep 17 00:00:00 2001 From: Anuken Date: Tue, 27 May 2025 11:26:31 -0400 Subject: [PATCH] Fixed #10852 --- 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 ef68462bf6..f302c762a5 100644 --- a/core/src/mindustry/ui/Fonts.java +++ b/core/src/mindustry/ui/Fonts.java @@ -27,7 +27,7 @@ import java.io.*; public class Fonts{ private static final String mainFont = "fonts/font.woff"; - private static final ObjectSet unscaled = ObjectSet.with("iconLarge"); + private static final ObjectSet unscaled = ObjectSet.with("iconLarge", "logic"); private static ObjectIntMap unicodeIcons = new ObjectIntMap<>(); private static IntMap unicodeToName = new IntMap<>(); private static ObjectMap stringIcons = new ObjectMap<>();