mirror of https://github.com/axmolengine/axmol.git
Merge pull request #592 from dumganhar/master_base
fix a bug in CCScheduler.cpp
This commit is contained in:
commit
abe66d2652
|
@ -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!
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue