CRidley: Correct breastPlate_LCTR sphere joint radius

GM8Ev0 sets this as 0.3.
This commit is contained in:
Lioncash 2020-05-09 23:39:09 -04:00
parent 306b8ad289
commit 9929c9ab02
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@ constexpr std::array<SOBBRadiiJointInfo, 4> skTail{{
constexpr std::array<SSphereJointInfo, 10> skSphereJoints{{ constexpr std::array<SSphereJointInfo, 10> skSphereJoints{{
{"Skeleton_Root", 0.6f}, {"Skeleton_Root", 0.6f},
{"Spine_2", 0.6f}, {"Spine_2", 0.6f},
{"breastPlate_LCTR", 0.6f}, {"breastPlate_LCTR", 0.3f},
{"Head_1", 0.6f}, {"Head_1", 0.6f},
{"L_wrist", 0.5f}, {"L_wrist", 0.5f},
{"R_wrist", 0.5f}, {"R_wrist", 0.5f},