mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
Minor fix
I realized I forgot to tweak this when adding the reset button
This commit is contained in:
parent
afb0c67090
commit
2c48bcb782
@ -109,7 +109,7 @@ public class GUIScreenToolAbility extends GuiScreen {
|
||||
Minecraft.getMinecraft().getTextureManager().bindTexture(texture);
|
||||
|
||||
// Draw window background
|
||||
drawStretchedRect(guiLeft, guiTop, 0, 0, xSize, xSize - insetWidth, ySize, 74, 76);
|
||||
drawStretchedRect(guiLeft, guiTop, 0, 0, xSize, xSize - insetWidth, ySize, 74, 87);
|
||||
|
||||
// Draw the switches
|
||||
ToolPreset activePreset = config.getActivePreset();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user