Fixed random_matrix effect.

This commit is contained in:
2019-10-10 06:43:01 +02:00
parent 205a0df842
commit 6b4f75b8bc
2 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
class MatrixEffectColumn {
protected:
Window* window;
accum88 x, y;
saccum78 x, y;
uint8_t length = 1;
uint8_t _direction = 2;
bool _random_direction = false;