Skip to content

Commit

Permalink
this did not happen
Browse files Browse the repository at this point in the history
  • Loading branch information
DeDiamondPro committed Jan 29, 2023
1 parent f17f2de commit 159ec45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
mod_name = SkyGuide
mod_id = skyguide
mod_version = 1.2.0
mod_version = 1.2.1

essential.defaults.loom=0

Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/dev/dediamondpro/skyguide/hud/MiniMap.kt
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ class MiniMap {
x + 75.0 * scale,
y + 75.0 * scale,
totalScale,
Math.toRadians(180.0 + UPlayer.getHeadRotation(event.partialTicks))
if (Config.rotateWithPlayer) Math.toRadians(180.0 + UPlayer.getHeadRotation(event.partialTicks)) else 0.0
)
UGraphics.GL.pushMatrix()
GL11.glScissor(
Expand Down

0 comments on commit 159ec45

Please sign in to comment.