diff --git a/src/Core/Resource/Animation/CAnimation.h b/src/Core/Resource/Animation/CAnimation.h index b5f69e33..03f78ffd 100644 --- a/src/Core/Resource/Animation/CAnimation.h +++ b/src/Core/Resource/Animation/CAnimation.h @@ -37,7 +37,7 @@ class CAnimation : public CResource public: CAnimation(CResourceEntry *pEntry = 0); - CDependencyTree* BuildDependencyTree() const; + CDependencyTree* BuildDependencyTree() const override; void EvaluateTransform(float Time, uint32 BoneID, CVector3f *pOutTranslation, CQuaternion *pOutRotation, CVector3f *pOutScale) const; bool HasTranslation(uint32 BoneID) const;