fix comment

This commit is contained in:
DD Liu 2018-07-10 10:39:47 -04:00
parent 6aefd13af6
commit 704be2d83f

View file

@ -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) {