diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-01-19 17:46:49 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-01-19 17:46:49 +0800 |
| commit | 277a10844312a2d8310875cfbd4205772a11445b (patch) | |
| tree | c46eabed16d67216bde1aeb20371fcbc95424664 /src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java | |
| parent | bf526920c4ab4bb6719e27c305a35e1772b2873b (diff) | |
| download | RoughlyEnoughItems-2.0.0.10.tar.gz RoughlyEnoughItems-2.0.0.10.tar.bz2 RoughlyEnoughItems-2.0.0.10.zip | |
1.13.2 Portv2.0.0.10
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/widget/RecipeViewingWidget.java | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
