Fixes #2402: Tooltips were being drawn twice for ME GUIs.

This commit is contained in:
Sebastian Hartte 2016-10-02 22:58:14 +02:00
parent a59cef87de
commit e3ab7488ff
1 changed files with 1 additions and 0 deletions

View File

@ -132,6 +132,7 @@ public abstract class AEBaseMEGui extends AEBaseGui
}
this.drawTooltip( x, y, currentToolTip );
return;
}
else if( stack.stackSize > BigNumber )
{