Skip to content

Commit 37e4ad6

Browse files
committed
Updating blocks
1 parent c9d6df5 commit 37e4ad6

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)