mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Fix previous commit
This commit is contained in:
parent
46de0c95c3
commit
b4c0a032e8
@ -609,6 +609,7 @@ void DocApi::moveCel(
|
||||
|
||||
m_transaction.execute(new cmd::MoveCel(
|
||||
srcLayer, srcFrame,
|
||||
dstLayer, dstFrame, dstLayer->isContinuous()));
|
||||
}
|
||||
|
||||
void DocApi::copyCel(
|
||||
|
Loading…
Reference in New Issue
Block a user