From fc78194d9d0ae431d6564000efdd1305dffe3869 Mon Sep 17 00:00:00 2001 From: tasgon Date: Sun, 18 Aug 2024 11:27:11 -0700 Subject: [PATCH] fmt --- common/src/main/kotlin/observable/client/Overlay.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/src/main/kotlin/observable/client/Overlay.kt b/common/src/main/kotlin/observable/client/Overlay.kt index f1dea9f..d3f00bf 100644 --- a/common/src/main/kotlin/observable/client/Overlay.kt +++ b/common/src/main/kotlin/observable/client/Overlay.kt @@ -314,7 +314,7 @@ object Overlay { ) { poseStack.pushPose() - Vec3.atLowerCornerOf(entry.pos).subtract(camera.position).apply { poseStack.translate(x, y, z)} + Vec3.atLowerCornerOf(entry.pos).subtract(camera.position).apply { poseStack.translate(x, y, z) } val mat = poseStack.last().pose() entry.color.apply { buf.vertex(mat, 0F, 1F, 0F).color(r, g, b, a).endVertex()