inputs: colorcycle: debug--
This commit is contained in:
parent
d89630a340
commit
0700dfaf92
@ -15,7 +15,6 @@ public:
|
|||||||
}
|
}
|
||||||
if (m_reset) {
|
if (m_reset) {
|
||||||
m_reset = false;
|
m_reset = false;
|
||||||
Log.notice("Cycling %s color to %d [%d, %d, %d]", name, m_idx, m_colors[m_idx].r, m_colors[m_idx].g, m_colors[m_idx].b);
|
|
||||||
return InputEvent{InputEvent::SetColor, m_colors[m_idx]};
|
return InputEvent{InputEvent::SetColor, m_colors[m_idx]};
|
||||||
}
|
}
|
||||||
return InputEvent{};
|
return InputEvent{};
|
||||||
|
Loading…
Reference in New Issue
Block a user