Effect DVD is now one of the cycling effects.
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Fabian Schlenz 2020-04-30 06:52:31 +02:00
parent 075823220a
commit 0863380648
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ EffectEntry effects[] = {
/* 16 */ {"firework", true, [](){ return new FireworkEffect(); }},
/* 17 */ {"gol", true, [](){ return new GolEffect(); }},
/* 18 */ {"pixel_clock", 0, [](){ return new PixelClockEffect(); }},
/* 19 */ {"dvd", 0, [](){ return new DvdEffect(); }},
/* 19 */ {"dvd", true, [](){ return new DvdEffect(); }},
/* 20 */ {"analog_clock", 0, [](){ return new AnalogClockEffect(); }},
/* 21 */ {"sines", true, [](){ return new SinesEffect(); }},
/* 22 */ {"blur2d", true, [](){ return new Blur2DEffect(); }},