fixed no effect with stopping tween between two frames

This commit is contained in:
2youyou2 2014-05-05 09:45:06 +08:00
parent aa74717c58
commit f6eac43a0a
1 changed files with 2 additions and 1 deletions

View File

@ -290,7 +290,8 @@ void FrameData::copy(const BaseData *baseData)
}
}
blendFunc = frameData->blendFunc;
blendFunc = frameData->blendFunc;
isTween = frameData->isTween;
}
}