Re-add a missing GLState revertion

This commit is contained in:
James Seibel
2025-01-11 08:22:22 -06:00
parent 14c6707ff9
commit a577d69e8c
@@ -215,7 +215,7 @@ public class GLState
GLMC.disableDepthMask();
}
//GL32.glBlendFunc(this.blendSrcColor, this.blendDstColor);
GLMC.glBlendFunc(this.blendSrcColor, this.blendDstColor);
GL32.glBlendEquationSeparate(this.blendEqRGB, this.blendEqAlpha);
GLMC.glBlendFuncSeparate(this.blendSrcColor, this.blendDstColor, this.blendSrcAlpha, this.blendDstAlpha);