Skip to content

Commit

Permalink
Merge pull request #68 from /issues/67
Browse files Browse the repository at this point in the history
#67 workaround for figura
  • Loading branch information
der-fruhling authored Aug 7, 2024
2 parents 0c2b4a2 + 39fc39e commit 6f122ff
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
import org.spongepowered.asm.mixin.injection.ModifyArg;
import org.spongepowered.asm.mixin.injection.Redirect;

@Mixin(Camera.class)
// workaround for figura to work (this is terrible but works)
@Mixin(value = Camera.class, priority = 1100)
@Implements({@Interface(iface = Camera3D.class, prefix = "c3d$")})
@Environment(EnvType.CLIENT)
public abstract class CameraMixin {
Expand Down

0 comments on commit 6f122ff

Please sign in to comment.