Skip to content

Commit 72125cc

Browse files
committed
Update CCScheduler.cpp
Indention fix
1 parent 8903844 commit 72125cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cocos2dx/CCScheduler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ void CCScheduler::scheduleUpdateForTarget(CCObject *pTarget, int nPriority, bool
469469
CCAssert(pHashElement->entry->markedForDeletion,"");
470470
#endif
471471
// TODO: check if priority has changed!
472-
pHashElement->entry->paused = bPaused;
472+
pHashElement->entry->paused = bPaused;
473473
pHashElement->entry->markedForDeletion = false;
474474
return;
475475
}

0 commit comments

Comments
 (0)