Added missing setting for GolEffect to config.sample.h
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Fabian Schlenz 2019-06-14 05:37:35 +02:00
parent 0af76f2195
commit 989eabee4a

View File

@ -69,8 +69,9 @@
#define EFFECT_FIREWORK_BLUR 200 #define EFFECT_FIREWORK_BLUR 200
#define EFFECT_FIREWORK_FADEOUT_SPEED 5 #define EFFECT_FIREWORK_FADEOUT_SPEED 5
#define EFFECT_GOL_START_PERCENTAGE 128 #define EFFECT_GOL_START_PERCENTAGE 90
#define EFFECT_GOL_BLEND_SPEED 5 #define EFFECT_GOL_BLEND_SPEED 10
#define EFFECT_GOL_RESTART_AFTER_STEPS 100
// Stop editing here // Stop editing here