Skip to content

Commit

Permalink
Fix arm swing staying
Browse files Browse the repository at this point in the history
  • Loading branch information
gabber235 committed Sep 30, 2024
1 parent e3b2b7e commit 7af77e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ data class EntityFrame(
return EntityFrame(
location = next.location ?: location,
pose = next.pose ?: pose,
swing = next.swing ?: swing,
swing = next.swing,
mainHand = next.mainHand ?: mainHand,
offHand = next.offHand ?: offHand,
helmet = next.helmet ?: helmet,
Expand Down

0 comments on commit 7af77e5

Please sign in to comment.