Fix build

This commit is contained in:
PepperCode1 2022-01-09 16:09:44 -08:00
parent cd64f96d01
commit a76cd76c90

View file

@ -9,7 +9,7 @@ import com.jozufozu.flywheel.backend.gl.GlStateTracker;
import com.jozufozu.flywheel.backend.gl.buffer.GlBufferType;
import com.mojang.blaze3d.platform.GlStateManager;
@Mixin(GlStateManager.class)
@Mixin(value = GlStateManager.class, remap = false)
public class GlStateManagerMixin {
@Inject(method = "_glBindBuffer", at = @At("TAIL"))