2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 02:27:43 +00:00

More door imps

This commit is contained in:
2016-04-22 17:29:55 -07:00
parent 884900b892
commit 43685b9119
5 changed files with 56 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ public:
void Render(EWhichModel, const zeus::CTransform& xf,
const CActorLights* lights, const CModelFlags& drawFlags) const;
std::unique_ptr<CAnimData>& AnimationData() { return xc_animData; }
CAnimData* AnimationData() { return xc_animData.get(); }
};
}