0
0
mirror of https://github.com/Wurst-Imperium/Wurst7.git synced 2024-09-20 01:12:13 +02:00

Fix IngameHudMixin

This commit is contained in:
Alexander01998 2019-09-19 04:17:27 +02:00
parent bb6f0e2146
commit b2c434d6c1

View File

@ -21,7 +21,7 @@ import net.wurstclient.events.GUIRenderListener.GUIRenderEvent;
public class IngameHudMixin extends DrawableHelper
{
@Inject(at = {@At(value = "INVOKE",
target = "Lcom/mojang/blaze3d/platform/GlStateManager;enableBlend()V",
target = "Lcom/mojang/blaze3d/systems/RenderSystem;enableBlend()V",
ordinal = 4)}, method = {"render(F)V"})
private void onRender(float partialTicks, CallbackInfo ci)
{