Now Actually loads Rendered Target Properties

This commit is contained in:
TheBrokenRail 2016-12-03 16:29:56 -05:00 committed by GitHub
parent 39e71aa4f4
commit 7fe597c9f9

View file

@ -189,7 +189,7 @@ VirtualMachine.prototype.fromJSON = function (json) {
if (x === 'sprite') {
continue;
}
target[x] = obj.sprites[x];
target[x] = obj.sprites[i][x];
}
}
this.editingTarget = this.runtime.targets[1];