diff options
| author | Unknown <shekwancheung0528@gmail.com> | 2019-05-09 23:46:15 +0800 |
|---|---|---|
| committer | Unknown <shekwancheung0528@gmail.com> | 2019-05-09 23:46:15 +0800 |
| commit | 7de38369a5dbf1abe106c7f825ed94fde6dab05a (patch) | |
| tree | d9affb9378ad72f111b80708d2b14e93dc76da9c /src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java | |
| parent | c1b0219e8d5458ddf1eccc194d34893f698b7d88 (diff) | |
| download | RoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.tar.gz RoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.tar.bz2 RoughlyEnoughItems-7de38369a5dbf1abe106c7f825ed94fde6dab05a.zip | |
selection screen
Diffstat (limited to 'src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java')
| -rw-r--r-- | src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java b/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java index 1263e03c3..5fc3d9cd5 100644 --- a/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java +++ b/src/main/java/me/shedaniel/rei/gui/VillagerRecipeViewingScreen.java @@ -192,6 +192,8 @@ public class VillagerRecipeViewingScreen extends Screen { GuiLighting.disable(); widget.render(mouseX, mouseY, delta); }); + GuiLighting.disable(); + ScreenHelper.getLastOverlay().render(mouseX, mouseY, delta); GL11.glPushMatrix(); Scissors.begin(); Scissors.scissor(0, scrollListBounds.y + 1, width, scrollListBounds.height - 2); |
