mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
fix lint
This commit is contained in:
parent
009253a8d1
commit
b2aa87da77
1 changed files with 2 additions and 1 deletions
|
@ -569,7 +569,8 @@ class VirtualMachine extends EventEmitter {
|
|||
* @param {HTMLCanvasElement} bitmap - new bitmap for the renderer.
|
||||
* @param {number} rotationCenterX x of point about which the costume rotates, relative to its upper left corner
|
||||
* @param {number} rotationCenterY y of point about which the costume rotates, relative to its upper left corner
|
||||
* @param {number} bitmapResolution 1 for bitmaps that have 1 pixel per unit of stage, 2 for double-resolution bitmaps
|
||||
* @param {number} bitmapResolution 1 for bitmaps that have 1 pixel per unit of stage,
|
||||
* 2 for double-resolution bitmaps
|
||||
*/
|
||||
updateBitmap (costumeIndex, bitmap, rotationCenterX, rotationCenterY, bitmapResolution) {
|
||||
const costume = this.editingTarget.getCostumes()[costumeIndex];
|
||||
|
|
Loading…
Reference in a new issue