Keep shader color in `MixinImageButton` to fix incompatibility with some mods
Keksuccino opened this issue ยท 1 comments
- Use
RenderSystem.getShaderColor()
to get the current shader color before setting the new one, then use these values in thesetColor()
call and just change the alpha channel (because it's an alpha fix, so only alpha is important) - FIX HERE:
- AND FIX HERE: