mirror of
https://github.com/aseprite/aseprite.git
synced 2025-03-11 13:14:17 +00:00
Copy frame duration when we copy frames between two different sprites (fix #1023)
This commit is contained in:
parent
fca32900bb
commit
8de18946f8
@ -439,6 +439,7 @@ void paste()
|
||||
|
||||
for (frame_t frame = srcRange.frameBegin(); frame <= srcRange.frameEnd(); ++frame) {
|
||||
api.addFrame(dstSpr, dstFrame);
|
||||
api.setFrameDuration(dstSpr, dstFrame, srcSpr->frameDuration(frame));
|
||||
|
||||
for (LayerIndex
|
||||
i = LayerIndex(srcLayers.size()-1),
|
||||
|
Loading…
x
Reference in New Issue
Block a user