Skip to content

Commit

Permalink
fix: #22 by removing that part of the emission - iq play
Browse files Browse the repository at this point in the history
  • Loading branch information
Duzos committed Aug 29, 2024
1 parent b5a45c4 commit 9f379e4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ private void rotateParts(LivingEntity entity) {

this.rightArm.pitch = velocityZ;
this.leftArm.pitch = velocityZ;
this.rightArm.roll += velocityX + 0.1f; // todo causes some weird part of the model to go flying about
this.rightArm.roll += velocityX + 0.1f; // oh its the emission
this.leftArm.roll += velocityX - 0.1f;

this.rightLeg.pitch = velocityZ / 3f;
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 9f379e4

Please sign in to comment.