diff --git a/core/renderers/block_rendering_rewrite/block_rendering_constants.js b/core/renderers/block_rendering_rewrite/block_rendering_constants.js index c40c1c1bc..f4ae269b2 100644 --- a/core/renderers/block_rendering_rewrite/block_rendering_constants.js +++ b/core/renderers/block_rendering_rewrite/block_rendering_constants.js @@ -236,8 +236,8 @@ Blockly.blockRendering.constants.PUZZLE_TAB = (function() { })(); Blockly.blockRendering.constants.TRIANGLE = (function() { - var width = 20; // Blockly.blockRendering.constants.TAB_WIDTH; - var height = 20; //Blockly.blockRendering.constants.TAB_HEIGHT; + var width = 20; + var height = 20; // The 'up' and 'down' versions of the paths are the same, but the Y sign // flips. Forward and back are the signs to use to move the cursor in the // direction that the path is being drawn.