mirror of
https://github.com/hyperion-project/hyperion.ng.git
synced 2023-10-10 13:36:59 +02:00
Removed initialization from class definition
Former-commit-id: b603f1831da1269e5f77c60bd5eb296e1156fe15
This commit is contained in:
parent
c3ba0438df
commit
a1749cb6dc
@ -46,9 +46,9 @@ private:
|
|||||||
std::vector<ColorRgb> _ledColors;
|
std::vector<ColorRgb> _ledColors;
|
||||||
|
|
||||||
/// Direction the red-light is currently moving
|
/// Direction the red-light is currently moving
|
||||||
bool _forwardMove = true;
|
bool _forwardMove;
|
||||||
/// The location of the current red-light
|
/// The location of the current red-light
|
||||||
unsigned _currentLight = 0;
|
unsigned _currentLight;
|
||||||
|
|
||||||
/// Moves the current light to the next (increase or decrease depending on direction)
|
/// Moves the current light to the next (increase or decrease depending on direction)
|
||||||
void moveNextLight();
|
void moveNextLight();
|
||||||
|
Loading…
Reference in New Issue
Block a user