Fix : Duplicate Current Frame bug (shift+n)

Events were not raised when using Duplicate current frame on
PublicPiskelController.
This commit is contained in:
jdescottes 2014-05-08 01:36:59 +02:00
parent f4108c7dbf
commit c98d25ab66

View File

@ -44,7 +44,7 @@
};
ns.PublicPiskelController.prototype.duplicateCurrentFrame = function () {
this.piskelController.duplicateFrameAt(this.getCurrentFrameIndex());
this.duplicateFrameAt(this.getCurrentFrameIndex());
};
ns.PublicPiskelController.prototype.raiseSaveStateEvent_ = function (fn, args) {