mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Merge pull request #3133 from fsih/updateUploadComment
Update comment to reflect removal of camera upload
This commit is contained in:
commit
607cd2d392
1 changed files with 1 additions and 1 deletions
|
@ -311,7 +311,7 @@ const loadCostume = function (md5ext, costume, runtime, optVersion) {
|
||||||
costume.dataFormat = ext;
|
costume.dataFormat = ext;
|
||||||
|
|
||||||
if (costume.asset) {
|
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);
|
return loadCostumeFromAsset(costume, runtime, optVersion);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue