Skip to content

Commit

Permalink
Fix 1.19.4 forge
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyploszaj committed Feb 10, 2024
1 parent 61a653b commit 076bd3d
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,7 @@ public static void renderScreenForeground(ContainerScreenEvent.Render.Foreground
context.matrices().translate(-screen.getGuiLeft(), -screen.getGuiTop(), 0.0);
EmiPort.setPositionTexShader();
EmiScreenManager.render(context, event.getMouseX(), event.getMouseY(), client.getTickDelta());
viewStack.pop();
RenderSystem.applyModelViewMatrix();
context.pop();
}
}

Expand Down

0 comments on commit 076bd3d

Please sign in to comment.