Merge pull request #592 from dumganhar/master_base

fix a bug in CCScheduler.cpp
This commit is contained in:
minggo 2011-11-29 18:04:07 -08:00
commit abe66d2652
1 changed files with 1 additions and 1 deletions

View File

@ -475,7 +475,7 @@ void CCScheduler::scheduleUpdateForTarget(SelectorProtocol *pTarget, int nPriori
if (pHashElement) if (pHashElement)
{ {
#if COCOS2D_DEBUG >= 1 #if COCOS2D_DEBUG >= 1
CCAssert(pHashElement->entry->markedForDeletion); CCAssert(pHashElement->entry->markedForDeletion,"");
#endif #endif
// TODO: check if priority has changed! // TODO: check if priority has changed!