Skip to content

Commit

Permalink
Fix unused BufferSource mixins, fix name of used BufferSource mixin
Browse files Browse the repository at this point in the history
  • Loading branch information
coderbot16 committed Sep 14, 2021
1 parent 6c0bf5c commit 41a5df1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 227 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import org.spongepowered.asm.mixin.injection.callback.CallbackInfo;

@Mixin(MultiBufferSource.BufferSource.class)
public class MixinMultiBufferSourceChild {
public class MixinBufferSource_WrapperChecking {
@Unique
private final Set<String> unwrapped = new ObjectOpenHashSet<>();

Expand Down
68 changes: 0 additions & 68 deletions src/main/java/net/coderbot/iris/mixin/MixinMultiBufferSource.java

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion src/main/resources/mixins.iris.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"MixinLevelRenderer",
"MixinLivingEntityRenderer",
"MixinModelViewBobbing",
"MixinMultiBufferSourceChild",
"MixinBufferSource_WrapperChecking",
"MixinParticleEngine",
"MixinTextureAtlas",
"MixinTheEndPortalRenderer",
Expand Down

0 comments on commit 41a5df1

Please sign in to comment.