diff --git a/src/effect_lightspeed.cpp b/src/effect_lightspeed.cpp index 2bdbe84..8b45bdb 100644 --- a/src/effect_lightspeed.cpp +++ b/src/effect_lightspeed.cpp @@ -47,7 +47,7 @@ void LightspeedEffectStar::_init() { _start = 0; _speed = random16(128, 2<<8); _target = random16(25<<8, 35<<8); - _saturation = random8(20); + _saturation = random8(100); } void LightspeedEffectStar::loop(Window* win) {