From 99dc46ba803a61db113cdc8f153b10718e0c39f8 Mon Sep 17 00:00:00 2001 From: Connor Hudson Date: Thu, 7 Jun 2018 11:27:10 -0400 Subject: [PATCH] Add x, y to changeBlock function again after change to merge logic --- src/engine/blocks.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/engine/blocks.js b/src/engine/blocks.js index 2ac03698d..074139ac5 100644 --- a/src/engine/blocks.js +++ b/src/engine/blocks.js @@ -539,6 +539,8 @@ class Blocks { params: this._getBlockParams(block), // @todo(vm#565) for numerical values with decimals, some countries use comma value: '', + x: block.x, + y: block.y, mode: block.opcode === 'data_listcontents' ? 'list' : block.mode, sliderMin: block.sliderMin, sliderMax: block.sliderMax