From 277a10844312a2d8310875cfbd4205772a11445b Mon Sep 17 00:00:00 2001 From: Unknown Date: Sat, 19 Jan 2019 17:46:49 +0800 Subject: 1.13.2 Port --- src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java') diff --git a/src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java b/src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java index f9a027951..7cbd416b8 100644 --- a/src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java +++ b/src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java @@ -271,7 +271,7 @@ public class RecipeViewingWidget extends GuiScreen { @Override public void drawDefaultBackground() { - drawBackground(0); + drawWorldBackground(0); GlStateManager.color4f(1.0F, 1.0F, 1.0F, 1.0F); RenderHelper.disableStandardItemLighting(); this.mc.getTextureManager().bindTexture(CHEST_GUI_TEXTURE); -- cgit