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 05ecfa9..109de94 100644
--- a/src/main/kotlin/util/accessors/GetRectangle.kt
+++ b/src/main/kotlin/util/accessors/GetRectangle.kt
@@ -7,7 +7,7 @@ import net.minecraft.client.gui.screens.inventory.AbstractContainerScreen
import moe.nea.firmament.mixins.accessor.AccessorHandledScreen
fun AbstractContainerScreen<*>.getProperRectangle(): Rectangle {
- this as AccessorHandledScreen
+ this.castAccessor()
return Rectangle(
getX_Firmament(),
getY_Firmament(),