diff --git a/src/Core/Resource/Animation/CAnimation.h b/src/Core/Resource/Animation/CAnimation.h index 03f78ffd..83f1cdd1 100644 --- a/src/Core/Resource/Animation/CAnimation.h +++ b/src/Core/Resource/Animation/CAnimation.h @@ -6,6 +6,7 @@ #include "Core/Resource/Animation/CAnimEventData.h" #include #include +#include #include class CAnimation : public CResource @@ -31,7 +32,7 @@ class CAnimation : public CResource uint8 RotationChannelIdx = 0xFF; uint8 TranslationChannelIdx = 0xFF; }; - SBoneChannelInfo mBoneInfo[100]; + std::array mBoneInfo; TResPtr mpEventData;