Skip to content

Commit ded2149

Browse files
committed
Finish backport
1 parent 2a1bb6e commit ded2149

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/main/java/net/coderbot/iris/mixin/gui/MixinGui.java

-3
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,6 @@
2727
public class MixinGui {
2828
@Shadow @Final private Minecraft minecraft;
2929

30-
@Shadow
31-
@Final
32-
private DebugScreenOverlay debugOverlay;
3330

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

0 commit comments

Comments
 (0)