Merge pull request #2738 from mezz/patch-1
Gui Widget tooltips don't draw
This commit is contained in:
commit
3c9398a5e5
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ public abstract class GuiBuildCraft extends GuiContainer {
|
|||
InventoryPlayer playerInv = this.mc.thePlayer.inventory;
|
||||
|
||||
if (playerInv.getItemStack() == null) {
|
||||
drawToolTips(container.getWidgets(), mouseX, mouseY);
|
||||
drawToolTips(container.getWidgets(), mouseX - left, mouseY - top);
|
||||
drawToolTips(buttonList, mouseX, mouseY);
|
||||
drawToolTips(inventorySlots.inventorySlots, mouseX, mouseY);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue