mirror of https://github.com/axmolengine/axmol.git
fix compile fail on vs2012.
This commit is contained in:
parent
0b1079cb8b
commit
5ea5c394e7
|
@ -70,11 +70,11 @@ protected:
|
|||
int subtestNumber;
|
||||
std::vector<float> _vecFPS;
|
||||
int _executeTimes;
|
||||
const int MAX_AUTO_TEST_TIMES = 25;
|
||||
const int MAX_SPRITE_TEST_CASE = 7;
|
||||
const int MAX_SUB_TEST_NUMS = 9;
|
||||
const int AUTO_TEST_NODE_NUM1 = 500;
|
||||
const int AUTO_TEST_NODE_NUM2 = 1500;
|
||||
static const int MAX_AUTO_TEST_TIMES = 25;
|
||||
static const int MAX_SPRITE_TEST_CASE = 7;
|
||||
static const int MAX_SUB_TEST_NUMS = 9;
|
||||
static const int AUTO_TEST_NODE_NUM1 = 500;
|
||||
static const int AUTO_TEST_NODE_NUM2 = 1500;
|
||||
};
|
||||
|
||||
class SpritePerformTest1 : public SpriteMainScene
|
||||
|
|
Loading…
Reference in New Issue