mirror of https://github.com/axmolengine/axmol.git
fixed no effect with stopping tween between two frames
This commit is contained in:
parent
aa74717c58
commit
f6eac43a0a
|
@ -290,7 +290,8 @@ void FrameData::copy(const BaseData *baseData)
|
|||
}
|
||||
}
|
||||
|
||||
blendFunc = frameData->blendFunc;
|
||||
blendFunc = frameData->blendFunc;
|
||||
isTween = frameData->isTween;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue