From 48cd33e6df9c52cc4bffa8df999227ea81a5bd3e Mon Sep 17 00:00:00 2001 From: ALittlePatate Date: Mon, 29 Aug 2022 13:25:18 +0200 Subject: [PATCH] Fix: unlimited UV checkbox position --- DevourClient/MelonMain.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DevourClient/MelonMain.cs b/DevourClient/MelonMain.cs index 7a30975..c502845 100644 --- a/DevourClient/MelonMain.cs +++ b/DevourClient/MelonMain.cs @@ -247,7 +247,7 @@ namespace DevourClient this.item_esp = GUI.Toggle(new Rect(Settings.Settings.x + 390, Settings.Settings.y + 280, 150, 20), this.item_esp, "Item ESP"); - Load.unlimitedUV = GUI.Toggle(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 340, 150, 20), Load.unlimitedUV, "Unlimited UV"); + Load.unlimitedUV = GUI.Toggle(new Rect(Settings.Settings.x + 200, Settings.Settings.y + 220, 150, 20), Load.unlimitedUV, "Unlimited UV"); if (GUI.Button(new Rect(Settings.Settings.x + 10, Settings.Settings.y + 40, 150, 20), "Unlock Achievements")) {