Skip to content

Commit 5fe7663

Browse files
committed
comment
1 parent 891115e commit 5fe7663

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wled00/FX.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9045,7 +9045,7 @@ uint16_t mode_particlegalaxy(void) {
90459045
PartSys->particles[i].sat = distance << 1; // turn white towards center
90469046
}
90479047
}
9048-
if(SEGMENT.custom3 == 31) // color by age but mapped to 1024 as particles have a long life, since age is random, this gives more or less random colors but
9048+
if(SEGMENT.custom3 == 31) // color by age but mapped to 1024 as particles have a long life, since age is random, this gives more or less random colors
90499049
PartSys->particles[i].hue = PartSys->particles[i].ttl >> 2;
90509050
else if(SEGMENT.custom3 == 0) // color by distance
90519051
PartSys->particles[i].hue = map(distance, 20, (PartSys->maxX + PartSys->maxY) >> 2, 0, 180); // color by distance to center

0 commit comments

Comments
 (0)