Potentially fix DH fading causing rendering issues with Create

This commit is contained in:
James Seibel
2024-10-21 13:56:54 -04:00
parent 32154b2580
commit ab7fea580b
@@ -148,6 +148,9 @@ public class FadeRenderer
FadeApplyShader.INSTANCE.fadeTexture = this.fadeTexture;
FadeApplyShader.INSTANCE.render(partialTicks);
// restored to remove FadeApplyShader GL state changes
mcState.restore();
profiler.pop();
}
catch (Exception e)