mirror of https://github.com/AxioDL/metaforce.git
CRidley: Correct breastPlate_LCTR sphere joint radius
GM8Ev0 sets this as 0.3.
This commit is contained in:
parent
306b8ad289
commit
9929c9ab02
|
@ -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},
|
||||||
|
|
Loading…
Reference in New Issue