mirror of https://github.com/axmolengine/axmol.git
Merge branch 'patch-12' of https://github.com/G17hao/cocos2d-x into G17hao-patch-12
This commit is contained in:
commit
07cda0db37
|
@ -26,6 +26,7 @@
|
|||
#ifndef _CC_GROUPCOMMAND_H_
|
||||
#define _CC_GROUPCOMMAND_H_
|
||||
|
||||
#include <vector>
|
||||
#include <unordered_map>
|
||||
|
||||
#include "base/CCRef.h"
|
||||
|
@ -45,6 +46,7 @@ protected:
|
|||
~GroupCommandManager();
|
||||
bool init();
|
||||
std::unordered_map<int, bool> _groupMapping;
|
||||
std::vector<int> _unusedIDs;
|
||||
};
|
||||
|
||||
class CC_DLL GroupCommand : public RenderCommand
|
||||
|
|
Loading…
Reference in New Issue