migrated renderBackground
-call
This commit is contained in:
parent
c95e596227
commit
06dd648452
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ public class EndStoneSmelterScreen extends AbstractContainerScreen<EndStoneSmelt
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void render(GuiGraphics guiGraphics, int mouseX, int mouseY, float delta) {
|
public void render(GuiGraphics guiGraphics, int mouseX, int mouseY, float delta) {
|
||||||
renderBackground(guiGraphics);
|
renderBackground(guiGraphics, mouseX, mouseY, delta);
|
||||||
if (recipeBook.isVisible() && narrow) {
|
if (recipeBook.isVisible() && narrow) {
|
||||||
renderBg(guiGraphics, delta, mouseX, mouseY);
|
renderBg(guiGraphics, delta, mouseX, mouseY);
|
||||||
recipeBook.render(guiGraphics, mouseX, mouseY, delta);
|
recipeBook.render(guiGraphics, mouseX, mouseY, delta);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue