Merge branch 'gh-pages' into add-fpspersistence

This commit is contained in:
juliandescottes
2012-09-20 23:58:10 +02:00
2 changed files with 40 additions and 1 deletions

View File

@ -2,7 +2,7 @@
var ns = $.namespace("pskl.model");
ns.Frame = function (pixels) {
this.pixels = this.clonePixels_(pixels);
this.pixels = pixels;
this.previousStates = [this.getPixels()];
this.stateIndex = 0;
};