mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2025-01-14 00:06:12 +01:00
Fix build
This commit is contained in:
parent
cd64f96d01
commit
a76cd76c90
1 changed files with 1 additions and 1 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue