Fixes #2402: Tooltips were being drawn twice for ME GUIs.
This commit is contained in:
@@ -132,6 +132,7 @@ public abstract class AEBaseMEGui extends AEBaseGui
|
||||
}
|
||||
|
||||
this.drawTooltip( x, y, currentToolTip );
|
||||
return;
|
||||
}
|
||||
else if( stack.stackSize > BigNumber )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user