mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 15:02:52 -05:00
Now Actually loads Rendered Target Properties
This commit is contained in:
parent
39e71aa4f4
commit
7fe597c9f9
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ VirtualMachine.prototype.fromJSON = function (json) {
|
||||||
if (x === 'sprite') {
|
if (x === 'sprite') {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
target[x] = obj.sprites[x];
|
target[x] = obj.sprites[i][x];
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
this.editingTarget = this.runtime.targets[1];
|
this.editingTarget = this.runtime.targets[1];
|
||||||
|
|
Loading…
Reference in a new issue