mirror of https://github.com/AxioDL/metaforce.git
CNewIntroBoss: Fix sphere joint name
This commit is contained in:
parent
e65f793086
commit
84724906a2
|
@ -17,7 +17,7 @@ namespace metaforce::MP1 {
|
||||||
|
|
||||||
constexpr std::array<SSphereJointInfo, 2> skSphereJoints{{
|
constexpr std::array<SSphereJointInfo, 2> skSphereJoints{{
|
||||||
{"Head_1", 1.5f},
|
{"Head_1", 1.5f},
|
||||||
{"Tail_1", 1.5f},
|
{"Tail_5", 1.5f},
|
||||||
}};
|
}};
|
||||||
|
|
||||||
constexpr std::array<SOBBJointInfo, 13> skOBBJoints{{
|
constexpr std::array<SOBBJointInfo, 13> skOBBJoints{{
|
||||||
|
|
Loading…
Reference in New Issue