mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2025-07-07 03:24:04 -04:00
Merge pull request #1415 from paulkaplan/fix-current-menu
Import current block menu as field not input
This commit is contained in:
commit
6e6e9b49cb
1 changed files with 2 additions and 3 deletions
|
@ -1110,9 +1110,8 @@ const specMap = {
|
|||
opcode: 'sensing_current',
|
||||
argMap: [
|
||||
{
|
||||
type: 'input',
|
||||
inputOp: 'sensing_currentmenu',
|
||||
inputName: 'CURRENTMENU'
|
||||
type: 'field',
|
||||
fieldName: 'CURRENTMENU'
|
||||
}
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue