s/CArray<x,y>/vector<x>/g
This commit is contained in:
@@ -42,7 +42,7 @@ public:
|
||||
void LosingFocus();
|
||||
|
||||
protected:
|
||||
CArray<BGAnimationLayer*,BGAnimationLayer*> m_Layers;
|
||||
vector<BGAnimationLayer*> m_Layers;
|
||||
float m_fFadeSeconds;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user