mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 17:47:42 +00:00
@@ -434,8 +434,9 @@ void CAnimData::CalcPlaybackAlignmentParms(const CAnimPlaybackParms& parms,
|
||||
}
|
||||
|
||||
zeus::CTransform CAnimData::GetLocatorTransform(CSegId id, const CCharAnimTime* time) const {
|
||||
if (id == 0xFF)
|
||||
if (id.IsInvalid()) {
|
||||
return {};
|
||||
}
|
||||
|
||||
zeus::CTransform ret;
|
||||
if (time || !x220_31_poseCached) {
|
||||
|
||||
Reference in New Issue
Block a user