mirror of https://github.com/axmolengine/axmol.git
add space for readable
This commit is contained in:
parent
579bb3f8d8
commit
69824ff07b
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue