Merge branch 'starburst' of https://github.com/fishbone-git/WLED into starburst

This commit is contained in:
cschwinne 2020-01-01 01:06:48 +01:00
commit a6c7cc7b41

View File

@ -2450,7 +2450,7 @@ typedef struct particle {
CRGB color; CRGB color;
uint32_t birth =0; uint32_t birth =0;
uint32_t last =0; uint32_t last =0;
double vel =0; float vel =0;
uint16_t pos =-1; uint16_t pos =-1;
float fragment[STARBURST_MAX_FRAG]; float fragment[STARBURST_MAX_FRAG];
} star; } star;