mirror of https://github.com/axmolengine/axmol.git
Merge pull request #6734 from 2youyouo2/v3
fixed no effect with stopping tween between two frames
This commit is contained in:
commit
7da07342fe
|
@ -291,6 +291,7 @@ void FrameData::copy(const BaseData *baseData)
|
||||||
}
|
}
|
||||||
|
|
||||||
blendFunc = frameData->blendFunc;
|
blendFunc = frameData->blendFunc;
|
||||||
|
isTween = frameData->isTween;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue