mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6589 from samuele3hu/v3_fix
Update bindings-generator and `MAX_SUB_TEST_NUMS` for SpritePerformance Test
This commit is contained in:
commit
fec0dba8aa
|
@ -101,7 +101,7 @@ protected:
|
|||
|
||||
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 MAX_SUB_TEST_NUMS = 13;
|
||||
static const int AUTO_TEST_NODE_NUM1 = 500;
|
||||
static const int AUTO_TEST_NODE_NUM2 = 1500;
|
||||
};
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit c85f633fe8895da78bddf2f7f567cd73063a68fa
|
||||
Subproject commit d5d57a27e2002f53746b3f7ee19535afbaba113e
|
Loading…
Reference in New Issue