Skip to content

Commit

Permalink
Fixed Smeltery GUI click and drag
Browse files Browse the repository at this point in the history
  • Loading branch information
Glassmaker committed Jul 13, 2014
1 parent 0f0af93 commit ce7852b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/tconstruct/client/gui/NewContainerGui.java
Expand Up @@ -589,7 +589,8 @@ else if (mouseButton == 1)
this.field_94073_I = mouseButton;
}

protected void func_85041_a (int par1, int par2, int par3, long par4)
@Override
protected void mouseClickMove (int par1, int par2, int par3, long par4)
{
Slot slot = this.getSlotAtPosition(par1, par2);
ItemStack itemstack = this.mc.thePlayer.inventory.getItemStack();
Expand Down

0 comments on commit ce7852b

Please sign in to comment.