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

View file

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