mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Merge pull request #961 from fsih/returnCostumes
Temporarily return real costumes array. GUI currently relies on this behavior somewhere
This commit is contained in:
commit
02c6002bb2
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ class Sprite {
|
||||||
* addCostumeAt, deleteCostumeAt, or setting costumes.
|
* addCostumeAt, deleteCostumeAt, or setting costumes.
|
||||||
*/
|
*/
|
||||||
get costumes () {
|
get costumes () {
|
||||||
return this.costumes_.slice(0);
|
return this.costumes_;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue