Merge pull request #3133 from fsih/updateUploadComment

Update comment to reflect removal of camera upload
This commit is contained in:
DD Liu 2021-06-01 15:13:06 -04:00 committed by GitHub
commit 607cd2d392
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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);
} }