mirror of https://github.com/axmolengine/axmol.git
fix a bug when COCOS2D_DEBUG >=1, CCAssert haven't the second param.
This commit is contained in:
parent
4bdd70ab90
commit
68297f0121
|
@ -475,7 +475,7 @@ void CCScheduler::scheduleUpdateForTarget(SelectorProtocol *pTarget, int nPriori
|
|||
if (pHashElement)
|
||||
{
|
||||
#if COCOS2D_DEBUG >= 1
|
||||
CCAssert(pHashElement->entry->markedForDeletion);
|
||||
CCAssert(pHashElement->entry->markedForDeletion,"");
|
||||
#endif
|
||||
// TODO: check if priority has changed!
|
||||
|
||||
|
|
Loading…
Reference in New Issue