We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f354999 commit 2c7c377Copy full SHA for 2c7c377
common/src/main/kotlin/com/lambda/module/modules/render/MapPreview.kt
@@ -52,7 +52,7 @@ object MapPreview : Module(
52
val matrices = context.matrices
53
54
matrices.push()
55
- matrices.translate(x + 3.0, y + 3.0, 500.0)
+ matrices.translate(x + 4.0, y + 4.0, 500.0)
56
matrices.scale(0.7f, 0.7f, 1f)
57
58
RenderSystem.enableBlend()
0 commit comments