Skip to content

Commit

Permalink
fixed name of ragdoll joint
Browse files Browse the repository at this point in the history
  • Loading branch information
mrDIMAS committed Nov 10, 2024
1 parent 558f74f commit 8a30d1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editor/src/utils/ragdoll.rs
Original file line number Diff line number Diff line change
Expand Up @@ -743,7 +743,7 @@ impl RagdollPreset {
try_make_ball_joint(
right_up_leg,
hips,
"RagdollLeftUpLegHipsBallJoint",
"RagdollRightUpLegHipsBallJoint",
Some(BallJointLimits {
x: (-80.0f32).to_radians()..80.0f32.to_radians(),
y: (-80.0f32).to_radians()..80.0f32.to_radians(),
Expand Down

0 comments on commit 8a30d1d

Please sign in to comment.