mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-26 06:01:11 -04:00
grammar
This commit is contained in:
parent
5387f3a729
commit
c30fcd23b5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue