From a2df243387d7a0f0660a085b8c3502217d25940d Mon Sep 17 00:00:00 2001 From: Anuken Date: Sat, 1 Aug 2020 11:28:55 -0400 Subject: [PATCH] "Fixed" #2294 --- core/src/mindustry/type/UnitType.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/mindustry/type/UnitType.java b/core/src/mindustry/type/UnitType.java index af96cbbdd5..6457ad7217 100644 --- a/core/src/mindustry/type/UnitType.java +++ b/core/src/mindustry/type/UnitType.java @@ -381,7 +381,7 @@ public class UnitType extends UnlockableContent{ unit.y + Angles.trnsy(unit.rotation + 180f, itemOffsetY), (3f + Mathf.absin(Time.time(), 5f, 1f)) * unit.itemTime); - if(unit.isLocal()){ + if(unit.isLocal() && !Core.settings.getBool("pixelate")){ Fonts.outline.draw(unit.stack.amount + "", unit.x + Angles.trnsx(unit.rotation + 180f, itemOffsetY), unit.y + Angles.trnsy(unit.rotation + 180f, itemOffsetY) - 3,