Skip to content

Commit df1570b

Browse files
authored
Merge pull request #12 from DenisaCG/updates
Updating blocks
2 parents c9d6df5 + 37e4ad6 commit df1570b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lego_boost_python_generators_and_blocks.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ Blockly.Blocks['lego_boost_detect_reflected_distance'] = {
433433
}
434434
};
435435

436-
Blockly.Blocks['lego_boost_detect_luminosity'] = {
436+
Blockly.Blocks['lego_boost_detect_RGB'] = {
437437
init: function () {
438438
this.appendValueInput('TIME')
439439
.setCheck('Number')
@@ -450,7 +450,7 @@ Blockly.Blocks['lego_boost_detect_luminosity'] = {
450450
}
451451
};
452452

453-
Blockly.Blocks['lego_boost_detect_RGB'] = {
453+
Blockly.Blocks['lego_boost_detect_luminosity'] = {
454454
init: function () {
455455
this.appendValueInput('TIME')
456456
.setCheck('Number')

0 commit comments

Comments
 (0)