Changes to be committed:

modified:   src/main/java/net/montoyo/wd/mixins/OverlayMixin.java
This commit is contained in:
YajatKaul 2025-01-08 20:30:28 +05:30
parent d5a375d9c4
commit 2a560ce943

View File

@ -29,4 +29,4 @@ public class OverlayMixin {
// ClientProxy.renderCrosshair(minecraft.options, screenWidth, screenHeight, ((Gui) (Object) this).getBlitOffset(), poseStack, ci);
ClientProxy.renderCrosshair(minecraft.options, screenWidth, screenHeight, 0, pGuiGraphics, ci);
}
}
}