ты кому звонишь

This commit is contained in:
YuRaNnNzZZ 2023-07-19 02:12:03 +03:00
parent cc9d2ef4eb
commit 3b57dcb599
Signed by: YuRaNnNzZZ
GPG Key ID: 5F71738C85A6006D

View File

@ -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()