Fixed texture issue for the crafting window.
This commit is contained in:
parent
1a4db4b8d7
commit
c74aaddbd3
2 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@ public class GuiCraftAmount extends AEBaseGui
|
||||||
{
|
{
|
||||||
this.next.displayString = isShiftKeyDown() ? GuiText.Start.getLocal() : GuiText.Next.getLocal();
|
this.next.displayString = isShiftKeyDown() ? GuiText.Start.getLocal() : GuiText.Next.getLocal();
|
||||||
|
|
||||||
this.bindTexture( "guis/craftAmt.png" );
|
this.bindTexture( "guis/craft_amt.png" );
|
||||||
this.drawTexturedModalRect( offsetX, offsetY, 0, 0, this.xSize, this.ySize );
|
this.drawTexturedModalRect( offsetX, offsetY, 0, 0, this.xSize, this.ySize );
|
||||||
|
|
||||||
try
|
try
|
||||||
|
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
Loading…
Reference in a new issue