make it not lock up hopefully?
This commit is contained in:
parent
5b6250c8bc
commit
8e1f96f5c4
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;
|
|||
|
||||
@Mixin(Minecraft.class)
|
||||
public class MixinMinecraft {
|
||||
@Inject(method = "init", at = @At(value = "INVOKE", target = "Lnet/minecraft/client/Minecraft;checkGLError(Ljava/lang/String;)V", ordinal = 1, shift = At.Shift.AFTER))
|
||||
@Inject(method = "init", at = @At("RETURN"))
|
||||
private void onInit(CallbackInfo ci) {
|
||||
MixinProxy.minecraftOnInit();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue