This commit is contained in:
adroitwhiz 2020-03-28 01:07:14 -04:00
parent 5387f3a729
commit c30fcd23b5

View file

@ -212,7 +212,7 @@ const loadBitmap_ = function (costume, runtime, _rotationCenter) {
return fetched;
})
.then(({canvas, mergeCanvas, rotationCenter}) => {
// createBitmapSkin does the right thing if costume.rotationCenter are undefined.
// createBitmapSkin does the right thing if costume.rotationCenter is undefined.
// That will be the case if you upload a bitmap asset or create one by taking a photo.
let center;
if (rotationCenter) {