Update comment

This commit is contained in:
DD Liu 2021-06-01 13:42:13 -04:00
parent 80e25f7b2a
commit 53c16601f6

View file

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