mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-11-14 19:35:09 -05:00
Update comment
This commit is contained in:
parent
80e25f7b2a
commit
53c16601f6
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ const loadCostume = function (md5ext, costume, runtime, optVersion) {
|
|||
costume.dataFormat = ext;
|
||||
|
||||
if (costume.asset) {
|
||||
// Costume comes with asset. It could be coming from camera, image upload, drag and drop, or file
|
||||
// Costume comes with asset. It could be coming from image upload, drag and drop, or file
|
||||
return loadCostumeFromAsset(costume, runtime, optVersion);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue