fix gui drawing
This commit is contained in:
parent
5641c5c834
commit
e1759b853e
4 changed files with 10 additions and 7 deletions
|
@ -1082,7 +1082,7 @@ public class Client implements IThreadListener {
|
|||
int y = this.fbY - 20 * scale;
|
||||
if(selected == n)
|
||||
Drawing.drawRect(x - scale * 2, y - scale * 2, 20 * scale, 20 * scale, 0xffffffff);
|
||||
InventoryButton.drawButton(x - scale, y - scale, 18 * scale, 18 * scale, this.scaleHotbar);
|
||||
InventoryButton.drawButton(this, x - scale, y - scale, 18 * scale, 18 * scale, this.scaleHotbar);
|
||||
}
|
||||
|
||||
ItemStack itemstack = this.player.getHeldItem();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue