mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
Issue #315 : Fix replay with alt/shift/ctrl modifiers
This commit is contained in:
@@ -38,7 +38,7 @@
|
||||
});
|
||||
};
|
||||
|
||||
ns.AbstractTransformTool.prototype.replay = function (replayData) {
|
||||
ns.AbstractTransformTool.prototype.replay = function (frame, replayData) {
|
||||
this.applyTool_(replayData.altKey, replayData.allFrames, replayData.allLayers);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user