2
0
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:
Jack Andersen
2016-09-11 11:19:55 -10:00
parent 2a2b248aa2
commit 9740677139
3 changed files with 3 additions and 3 deletions

View File

@@ -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
{