Skip to content

Commit

Permalink
fix some mods breaking the hud rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
fayer3 committed Jul 9, 2024
1 parent 4130790 commit 4227b1f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,7 @@ public abstract class MinecraftVRMixin implements MinecraftExtension {
RenderPassManager.setGUIRenderPass();
RenderSystem.depthMask(true);
RenderSystem.colorMask(true, true, true, true);
RenderSystem.defaultBlendFunc();
this.mainRenderTarget.clear(Minecraft.ON_OSX);
this.mainRenderTarget.bindWrite(true);

Expand Down

0 comments on commit 4227b1f

Please sign in to comment.