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