We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4abd34e commit 16b29e2Copy full SHA for 16b29e2
loop-functions/habanero/HabStLoopFunc.cpp
@@ -130,7 +130,7 @@ void HabStLoopFunction::MocaControl() {
130
for (CSpace::TMapPerType::iterator it = tBlocksMap.begin(); it != tBlocksMap.end(); ++it) {
131
CBlockEntity* pcBlock = any_cast<CBlockEntity*>(it->second);
132
if (unBlocksID == m_unStopBlock) {
133
- pcBlock->GetLEDEquippedEntity().SetAllLEDsColors(CColor::GREEN);
+ pcBlock->GetLEDEquippedEntity().SetAllLEDsColors(CColor::BLUE);
134
break;
135
}
136
unBlocksID += 1;
0 commit comments