aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2/skyhanni/features
diff options
context:
space:
mode:
authorThunderblade73 <85900443+Thunderblade73@users.noreply.github.com>2024-06-05 13:43:24 +0200
committerGitHub <noreply@github.com>2024-06-05 13:43:24 +0200
commit3fe6c5aa07a433c33916661b61eea72cc106c045 (patch)
tree11a73e80c249ba89a93da43fcef256eddef2c223 /src/main/java/at/hannibal2/skyhanni/features
parent04ffd76ac87194fa6828b18d9c2f2e8ef04c6b70 (diff)
downloadskyhanni-3fe6c5aa07a433c33916661b61eea72cc106c045.tar.gz
skyhanni-3fe6c5aa07a433c33916661b61eea72cc106c045.tar.bz2
skyhanni-3fe6c5aa07a433c33916661b61eea72cc106c045.zip
Fix: Area Walls in Nucleus (#1994)
Diffstat (limited to 'src/main/java/at/hannibal2/skyhanni/features')
-rw-r--r--src/main/java/at/hannibal2/skyhanni/features/mining/crystalhollows/CrystalHollowsWalls.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/at/hannibal2/skyhanni/features/mining/crystalhollows/CrystalHollowsWalls.kt b/src/main/java/at/hannibal2/skyhanni/features/mining/crystalhollows/CrystalHollowsWalls.kt
index df276f468..ef6a66386 100644
--- a/src/main/java/at/hannibal2/skyhanni/features/mining/crystalhollows/CrystalHollowsWalls.kt
+++ b/src/main/java/at/hannibal2/skyhanni/features/mining/crystalhollows/CrystalHollowsWalls.kt
@@ -122,9 +122,9 @@ class CrystalHollowsWalls {
}
private fun drawNucleus(event: LorenzRenderWorldEvent) {
- val (southEastCorner, southWestCorner, northEastCorner, northWestCorner) = nucleusBBInflate
+ val (southEastCorner, southWestCorner, northWestCorner, northEastCorner) = nucleusBBInflate
.getCorners(nucleusBBInflate.minY)
- val (southWestTopCorner, southEastTopCorner, northEastTopCorner, northWestTopCorner) = nucleusBBInflate
+ val (southEastTopCorner, southWestTopCorner, northWestTopCorner, northEastTopCorner) = nucleusBBInflate
.getCorners(nucleusBBInflate.maxY)
RenderUtils.QuadDrawer.draw3D(event.partialTicks) {