Skip to content

Commit 2c7c377

Browse files
committed
centered the map tooltip
1 parent f354999 commit 2c7c377

File tree

1 file changed

+1
-1
lines changed
  • common/src/main/kotlin/com/lambda/module/modules/render

1 file changed

+1
-1
lines changed

common/src/main/kotlin/com/lambda/module/modules/render/MapPreview.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ object MapPreview : Module(
5252
val matrices = context.matrices
5353

5454
matrices.push()
55-
matrices.translate(x + 3.0, y + 3.0, 500.0)
55+
matrices.translate(x + 4.0, y + 4.0, 500.0)
5656
matrices.scale(0.7f, 0.7f, 1f)
5757

5858
RenderSystem.enableBlend()

0 commit comments

Comments
 (0)