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

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