Merge pull request #5202 from minggo/bug-fix

fix crash of PerformanceTest
This commit is contained in:
minggo 2014-01-23 22:49:40 -08:00
commit 66409a2a8b
1 changed files with 1 additions and 0 deletions

View File

@ -292,6 +292,7 @@ void NodeDeallocTest::update(float dt)
for( int i=0; i<quantityOfNodes; ++i) {
nodes[i] = Node::create();
nodes[i]->retain();
}
CC_PROFILER_START(this->profilerName());