aboutsummaryrefslogtreecommitdiff
path: root/src/main/kotlin/util/accessors/GetRectangle.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/kotlin/util/accessors/GetRectangle.kt')
-rw-r--r--src/main/kotlin/util/accessors/GetRectangle.kt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/kotlin/util/accessors/GetRectangle.kt b/src/main/kotlin/util/accessors/GetRectangle.kt
index 37acfd9..56f420c 100644
--- a/src/main/kotlin/util/accessors/GetRectangle.kt
+++ b/src/main/kotlin/util/accessors/GetRectangle.kt
@@ -3,8 +3,8 @@
package moe.nea.firmament.util.accessors
import me.shedaniel.math.Rectangle
-import moe.nea.firmament.mixins.accessor.AccessorHandledScreen
import net.minecraft.client.gui.screen.ingame.HandledScreen
+import moe.nea.firmament.mixins.accessor.AccessorHandledScreen
fun HandledScreen<*>.getRectangle(): Rectangle {
this as AccessorHandledScreen