Fix brick color not changing to the color red. Fixes 453 (#456)
This commit is contained in:
committed by
Peli de Halleux
parent
4be657e84d
commit
d837a515dc
@ -245,7 +245,7 @@ namespace control {
|
||||
|
||||
namespace brick {
|
||||
// the brick starts with the red color
|
||||
let currPattern: StatusLight = StatusLight.Red;
|
||||
let currPattern: StatusLight = StatusLight.Off;
|
||||
|
||||
/**
|
||||
* Set lights.
|
||||
|
Reference in New Issue
Block a user