Skip to content

Commit

Permalink
Remove duplicate renderForeground in forge
Browse files Browse the repository at this point in the history
  • Loading branch information
emilyploszaj committed Feb 10, 2024
1 parent b5c45e2 commit 7f4ccc4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ 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());
EmiScreenManager.drawForeground(context, event.getMouseX(), event.getMouseY(), client.getTickDelta());
context.pop();
}
}
Expand Down

0 comments on commit 7f4ccc4

Please sign in to comment.