Adding a space for target variable.

This commit is contained in:
James Chen 2013-03-20 10:44:21 +08:00
parent e5ef579cb3
commit 37acbbe4fb
1 changed files with 1 additions and 1 deletions

View File

@ -585,7 +585,7 @@ CCObject* CCBAnimationManager::actionForCallbackChannel(CCBSequenceProperty* cha
actions->addObject(callback);
}
} else {
CCObject*target = NULL;
CCObject* target = NULL;
if(selectorTarget == kCCBTargetTypeDocumentRoot) target = mRootNode;
else if (selectorTarget == kCCBTargetTypeOwner) target = mOwner;
if(target != NULL) {