Skip to content

Commit

Permalink
Fix playground
Browse files Browse the repository at this point in the history
  • Loading branch information
DD Liu committed Mar 23, 2021
1 parent e5560b0 commit 74928ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/playground/benchmark.js
Original file line number Diff line number Diff line change
Expand Up @@ -650,7 +650,6 @@ const runBenchmark = function () {
vm.attachRenderer(renderer);
const audioEngine = new AudioEngine();
vm.attachAudioEngine(audioEngine);
vm.attachV2SVGAdapter(new ScratchSVGRenderer.SVGRenderer());
vm.attachV2BitmapAdapter(new ScratchSVGRenderer.BitmapAdapter());

// Feed mouse events as VM I/O events.
Expand Down

0 comments on commit 74928ed

Please sign in to comment.