From 2d575a920879ad3894af1fb7531ae6733009be28 Mon Sep 17 00:00:00 2001 From: Chris Willis-Ford Date: Fri, 8 Feb 2019 20:03:48 +0900 Subject: [PATCH] Update src/extensions/scratch3_pen/index.js Co-Authored-By: apple502j <33279053+apple502j@users.noreply.github.com> --- src/extensions/scratch3_pen/index.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/extensions/scratch3_pen/index.js b/src/extensions/scratch3_pen/index.js index 5deda7edd..e4101a204 100644 --- a/src/extensions/scratch3_pen/index.js +++ b/src/extensions/scratch3_pen/index.js @@ -675,7 +675,6 @@ class Scratch3PenBlocks { const hueValue = Cast.toNumber(args.HUE); const colorValue = hueValue / 2; this._setOrChangeColorParam(ColorParam.COLOR, colorValue, penState, false); - penState = this._getPenState(util.target); this._setOrChangeColorParam(ColorParam.TRANSPARENCY, 0, penState, false); this._legacyUpdatePenColor(penState); }