mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Update src/extensions/scratch3_pen/index.js
Co-Authored-By: apple502j <33279053+apple502j@users.noreply.github.com>
This commit is contained in:
parent
7863731bb4
commit
2d575a9208
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue