Skip to content

Commit

Permalink
Finish backport
Browse files Browse the repository at this point in the history
  • Loading branch information
IMS212 committed Jan 27, 2024
1 parent 2a1bb6e commit ded2149
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/java/net/coderbot/iris/mixin/gui/MixinGui.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@
public class MixinGui {
@Shadow @Final private Minecraft minecraft;

@Shadow
@Final
private DebugScreenOverlay debugOverlay;

@Inject(method = "render", at = @At("HEAD"), cancellable = true)
public void iris$handleHudHidingScreens(GuiGraphics pGui0, float pFloat1, CallbackInfo ci) {
Expand Down

0 comments on commit ded2149

Please sign in to comment.