aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/at/hannibal2
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/at/hannibal2')
-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) {