Added clear method to pskl.model.Frame

This commit is contained in:
juliandescottes
2012-09-10 23:32:34 +02:00
parent 99e9cf8856
commit feadca9d1f
2 changed files with 13 additions and 5 deletions

View File

@ -210,8 +210,4 @@
this.overlayRenderer.render(this.overlayFrame);
}
};
ns.DrawingController.prototype.clearOverlay = function () {
this.overlayFrame = pskl.model.Frame.createEmptyFromFrame(this.frame);
};
})();