mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-06-26 06:10:26 -04:00
Todo comment for clarity...
This commit is contained in:
parent
118c6f0356
commit
4dd83cf717
1 changed files with 1 additions and 0 deletions
|
@ -123,6 +123,7 @@ const deserializeCostume = function (costume, runtime, zip, assetFileName) {
|
|||
return costumeFile.async('uint8array').then(data => {
|
||||
storage.builtinHelper.cache(
|
||||
assetType,
|
||||
// TODO eventually we want to map non-png's to their actual file types?
|
||||
costumeFormat,
|
||||
data,
|
||||
assetId
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue