mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 00:27:42 +00:00
CAnimData flag fix
This commit is contained in:
@@ -213,7 +213,7 @@ zeus::CTransform CAnimData::GetLocatorTransform(CSegId id, const CCharAnimTime*
|
||||
if (!x220_31_poseCached)
|
||||
const_cast<CAnimData*>(this)->RecalcPoseBuilder(time);
|
||||
|
||||
if (!x220_31_poseCached)
|
||||
if (!x220_30_poseBuilt)
|
||||
x2fc_poseBuilder.BuildTransform(id, ret);
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user