mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Remove unnecessary arguments to requestAddMonitor
This commit is contained in:
parent
77dda04228
commit
13bf932fbb
1 changed files with 1 additions and 5 deletions
|
@ -540,12 +540,8 @@ class Blocks {
|
|||
// @todo(vm#565) for numerical values with decimals, some countries use comma
|
||||
value: '',
|
||||
mode: block.opcode === 'data_listcontents' ? 'list' : block.mode,
|
||||
x: block.x,
|
||||
y: block.y,
|
||||
sliderMin: block.sliderMin,
|
||||
sliderMax: block.sliderMax,
|
||||
width: block.width,
|
||||
height: block.height
|
||||
sliderMax: block.sliderMax
|
||||
}));
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue