From 94afd4f19af7f085f9a8fcd0bfc5741058089a3c Mon Sep 17 00:00:00 2001 From: DBotThePony Date: Sun, 14 Jan 2024 10:51:15 +0700 Subject: [PATCH] How did i mess up left/right sprites of machine side controls again --- .../kotlin/ru/dbotthepony/mc/otm/client/render/Widgets18.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Widgets18.kt b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Widgets18.kt index 8999e8f91..1835e22a0 100644 --- a/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Widgets18.kt +++ b/src/main/kotlin/ru/dbotthepony/mc/otm/client/render/Widgets18.kt @@ -157,8 +157,8 @@ object Widgets18 { } } - val LEFT_CONTROLS = SideControls() val RIGHT_CONTROLS = SideControls() + val LEFT_CONTROLS = SideControls() val TOP_CONTROLS = SideControls() val BOTTOM_CONTROLS = SideControls() val FRONT_CONTROLS = SideControls()