From 8a30d1dcc776056eb3153c380d9075dbb8812e8f Mon Sep 17 00:00:00 2001 From: Dmitry Stepanov Date: Sun, 10 Nov 2024 11:47:52 +0300 Subject: [PATCH] fixed name of ragdoll joint --- editor/src/utils/ragdoll.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/src/utils/ragdoll.rs b/editor/src/utils/ragdoll.rs index c3aa313b6..a25bbd49a 100644 --- a/editor/src/utils/ragdoll.rs +++ b/editor/src/utils/ragdoll.rs @@ -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(),