mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
KEY_OPTIONS -> KEY_OPTION
This commit is contained in:
parent
3dbfc3fdb6
commit
3fcd70a802
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ Scratch3SensingBlocks.prototype.keyOptions = function (args) {
|
|||
};
|
||||
|
||||
Scratch3SensingBlocks.prototype.getKeyPressed = function (args, util) {
|
||||
return util.ioQuery('keyboard', 'getKeyIsDown', args.KEY_OPTIONS);
|
||||
return util.ioQuery('keyboard', 'getKeyIsDown', args.KEY_OPTION);
|
||||
};
|
||||
|
||||
module.exports = Scratch3SensingBlocks;
|
||||
|
|
Loading…
Reference in a new issue