mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-01-11 10:39:56 -05:00
fix comment
This commit is contained in:
parent
6aefd13af6
commit
704be2d83f
1 changed files with 2 additions and 1 deletions
|
@ -896,7 +896,8 @@ class VirtualMachine extends EventEmitter {
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Set the bitmap adapter for the VM/runtime, which converts scratch 2 svgs to scratch 3 bitmaps
|
* Set the bitmap adapter for the VM/runtime, which converts scratch 2
|
||||||
|
* bitmaps to scratch 3 bitmaps. (Scratch 3 bitmaps are all bitmap resolution 2)
|
||||||
* @param {!function} bitmapAdapter The adapter to attach
|
* @param {!function} bitmapAdapter The adapter to attach
|
||||||
*/
|
*/
|
||||||
attachV2BitmapAdapter (bitmapAdapter) {
|
attachV2BitmapAdapter (bitmapAdapter) {
|
||||||
|
|
Loading…
Reference in a new issue