From 9929c9ab0222853c62dc91100a80adcd0c6a91e7 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sat, 9 May 2020 23:39:09 -0400 Subject: [PATCH] CRidley: Correct breastPlate_LCTR sphere joint radius GM8Ev0 sets this as 0.3. --- Runtime/MP1/World/CRidley.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Runtime/MP1/World/CRidley.cpp b/Runtime/MP1/World/CRidley.cpp index 52159f16f..a19b76954 100644 --- a/Runtime/MP1/World/CRidley.cpp +++ b/Runtime/MP1/World/CRidley.cpp @@ -167,7 +167,7 @@ constexpr std::array skTail{{ constexpr std::array skSphereJoints{{ {"Skeleton_Root", 0.6f}, {"Spine_2", 0.6f}, - {"breastPlate_LCTR", 0.6f}, + {"breastPlate_LCTR", 0.3f}, {"Head_1", 0.6f}, {"L_wrist", 0.5f}, {"R_wrist", 0.5f},