mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Fixing comment.
This commit is contained in:
parent
cbb99e2ee6
commit
7ce8314437
1 changed files with 1 additions and 1 deletions
|
@ -770,7 +770,7 @@ class EV3 {
|
|||
for (let i = 0; i < 4; i++) {
|
||||
cmds[index + 0] = Ev3Opcode.OPOUTPUT_GET_COUNT;
|
||||
cmds[index + 1] = Ev3Args.LAYER;
|
||||
cmds[index + 2] = i; // PORT (incorrectly specified as 'Output bit field' in docs)
|
||||
cmds[index + 2] = i; // PORT (incorrectly specified as 'Output bit field' in LEGO docs)
|
||||
cmds[index + 3] = Ev3ParamEncoding.GLOBAL_ONE_BYTE;
|
||||
cmds[index + 4] = sensorCount * 4; // GLOBAL INDEX
|
||||
index += 5;
|
||||
|
|
Loading…
Reference in a new issue