mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Temporarily return real costumes array. GUI currently relies on this behavior somewhere
This commit is contained in:
parent
a0c7d9aeb3
commit
97d3785554
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Sprite {
|
|||
* addCostumeAt, deleteCostumeAt, or setting costumes.
|
||||
*/
|
||||
get costumes () {
|
||||
return this.costumes_.slice(0);
|
||||
return this.costumes_;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue