mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +01:00
Fix rendering items on the overlay making it go all dark
This commit is contained in:
parent
9cbd9cc6b6
commit
f22ca0c21c
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ public class AssetUtil{
|
|||
mc.fontRenderer.setUnicodeFlag(flagBefore);
|
||||
|
||||
//GL+MC+NEI suck
|
||||
if(mc.currentScreen instanceof GuiBooklet){
|
||||
if(mc.currentScreen instanceof GuiBooklet || mc.currentScreen == null){
|
||||
RenderHelper.disableStandardItemLighting();
|
||||
}
|
||||
GL11.glPopMatrix();
|
||||
|
|
Loading…
Reference in a new issue