From 704be2d83f616132e2514df51f0febcdfa5f18c7 Mon Sep 17 00:00:00 2001 From: DD Liu Date: Tue, 10 Jul 2018 10:39:47 -0400 Subject: [PATCH] fix comment --- src/virtual-machine.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/virtual-machine.js b/src/virtual-machine.js index 43ada32cb..e428b7727 100644 --- a/src/virtual-machine.js +++ b/src/virtual-machine.js @@ -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 */ attachV2BitmapAdapter (bitmapAdapter) {