mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-26 22:30:27 -04:00
Merge pull request #894 from paulkaplan/fix-duplicate-drag
Fix dragging duplicated sprites
This commit is contained in:
commit
f12d825a5e
1 changed files with 0 additions and 1 deletions
|
@ -831,7 +831,6 @@ class RenderedTarget extends Target {
|
|||
newTarget.effects = JSON.parse(JSON.stringify(this.effects));
|
||||
newTarget.variables = JSON.parse(JSON.stringify(this.variables));
|
||||
newTarget.lists = JSON.parse(JSON.stringify(this.lists));
|
||||
newTarget.initDrawable();
|
||||
newTarget.updateAllDrawableProperties();
|
||||
newTarget.goBehindOther(this);
|
||||
return newTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue