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

View File

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