Skip to content

Commit

Permalink
fix remap
Browse files Browse the repository at this point in the history
  • Loading branch information
qouteall committed Feb 4, 2024
1 parent 02fc26a commit 45e373c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public abstract class MixinSodiumOcclusionCuller {
@Shadow(remap = false)
protected abstract RenderSection getRenderSection(int x, int y, int z);

@Shadow
@Shadow(remap = false)
public static boolean isWithinFrustum(Viewport viewport, RenderSection section) {
throw new RuntimeException();
}
Expand Down

0 comments on commit 45e373c

Please sign in to comment.