Skip to content

Commit

Permalink
wrong ordinal 🥶
Browse files Browse the repository at this point in the history
  • Loading branch information
ImToggle committed Sep 12, 2024
1 parent 767d57c commit ded154b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

@Mixin(ItemRenderer.class)
public class ItemRendererMixin_LeftHandedness {
@ModifyConstant(method = "rotateWithPlayerRotations", constant = @Constant(floatValue = 1f, ordinal = 0))
@ModifyConstant(method = "rotateWithPlayerRotations", constant = @Constant(floatValue = 1f, ordinal = 1))
private float leftHandRotate(float constant) {
return PatcherConfig.leftHandInFirstPerson ? -constant : constant;
}
Expand Down

0 comments on commit ded154b

Please sign in to comment.