From 3b57dcb599d582db63927d3fdb7195b740cb77ec Mon Sep 17 00:00:00 2001 From: YuRaNnNzZZ Date: Wed, 19 Jul 2023 02:12:03 +0300 Subject: [PATCH] =?UTF-8?q?=D1=82=D1=8B=20=D0=BA=D0=BE=D0=BC=D1=83=20?= =?UTF-8?q?=D0=B7=D0=B2=D0=BE=D0=BD=D0=B8=D1=88=D1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Ext.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Ext.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Ext.kt index fd3def77d..4f913442f 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Ext.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Ext.kt @@ -88,7 +88,6 @@ private fun Font.drawScaledDuckTyped(poseStack: PoseStack, buffer: MultiBufferSo poseStack.translate(-translation) poseStack.scale(scale, scale, scale) val inv = 1f / scale - poseStack.translate(translation * inv) val size = drawDuckTyped(poseStack, buffer, text, x * inv, y * inv, color, drawShadow, displayMode, packedLightCoords, effectColor) poseStack.popPose()