File tree Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Expand file tree Collapse file tree 2 files changed +0
-11
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,10 @@ static const char* const kGateWayAnimationName = "run_wuzi";
3232
3333CAnimManagerSA::CAnimManagerSA ()
3434{
35- MemSetFast (m_pAnimAssocGroups, 0 , sizeof (m_pAnimAssocGroups));
36- MemSetFast (m_pAnimBlocks, 0 , sizeof (m_pAnimBlocks));
3735}
3836
3937CAnimManagerSA::~CAnimManagerSA ()
4038{
41- for (unsigned int i = 0 ; i < MAX_ANIM_GROUPS; i++)
42- if (m_pAnimAssocGroups[i])
43- delete m_pAnimAssocGroups[i];
44- for (unsigned int i = 0 ; i < MAX_ANIM_BLOCKS; i++)
45- if (m_pAnimBlocks[i])
46- delete m_pAnimBlocks[i];
4739}
4840
4941void CAnimManagerSA::Initialize ()
Original file line number Diff line number Diff line change @@ -165,7 +165,4 @@ class CAnimManagerSA : public CAnimManager
165165
166166 bool IsValidGroup (std::uint32_t uiAnimGroup) const ;
167167 bool IsValidAnim (std::uint32_t uiAnimGroup, std::uint32_t uiAnimID) const ;
168- private:
169- CAnimBlendAssocGroup* m_pAnimAssocGroups[MAX_ANIM_GROUPS];
170- CAnimBlock* m_pAnimBlocks[MAX_ANIM_BLOCKS];
171168};
You can’t perform that action at this time.
0 commit comments