Skip to content

Commit

Permalink
I Hate minecraft
Browse files Browse the repository at this point in the history
  • Loading branch information
Leclowndu93150 committed Jul 20, 2024
1 parent 027d853 commit ff99eae
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,9 @@ public void render(@NotNull PoseStack matrixStack, @NotNull MultiBufferSource bu
));

matrixStack.translate(-0.5,0,0);
if (player.getAbilities().flying) {
updateWingAngle();
}

updateWingAngle();

matrixStack.mulPose(Axis.YN.rotationDegrees((float) angle));
matrixStack.translate(0.5,0,0);

Expand Down

0 comments on commit ff99eae

Please sign in to comment.