Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tasgon committed Aug 18, 2024
1 parent be27446 commit fc78194
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/main/kotlin/observable/client/Overlay.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

1 comment on commit fc78194

@DoctorNefario
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, my bad

Please sign in to comment.