Adjusted Y Position of Checkboxes in GuiRenderSettings (advanced tab)
This commit is contained in:
@@ -185,6 +185,8 @@ public class GuiRenderSettings extends GuiScreen {
|
|||||||
GuiColorPicker picker = (GuiColorPicker)b;
|
GuiColorPicker picker = (GuiColorPicker)b;
|
||||||
picker.pickerX = b.xPosition + 25;
|
picker.pickerX = b.xPosition + 25;
|
||||||
picker.pickerY = b.yPosition + 20 + 5;
|
picker.pickerY = b.yPosition + 20 + 5;
|
||||||
|
} else if(b instanceof GuiCheckBox) {
|
||||||
|
b.yPosition += 5;
|
||||||
}
|
}
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
|
|||||||
Reference in New Issue
Block a user