Merge branch 'starburst' of https://github.com/fishbone-git/WLED into starburst
This commit is contained in:
commit
a6c7cc7b41
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user