add space for readable

This commit is contained in:
youyou 2014-12-15 09:36:21 +08:00
parent 579bb3f8d8
commit 69824ff07b
1 changed files with 1 additions and 1 deletions

View File

@ -582,7 +582,7 @@ void EventFrame::setNode(cocos2d::Node* node)
void EventFrame::onEnter(Frame *nextFrame, int currentFrameIndex)
{
if(_frameIndex<_action->getStartFrame() || _frameIndex>_action->getEndFrame())
if(_frameIndex < _action->getStartFrame() || _frameIndex > _action->getEndFrame())
return;
if(currentFrameIndex >= _frameIndex)