Fix type name
This commit is contained in:
parent
3b6f499fc5
commit
f3831665d4
@ -2613,7 +2613,7 @@ uint16_t mode_halloween_eyes()
|
|||||||
};
|
};
|
||||||
struct EyeData {
|
struct EyeData {
|
||||||
eyeState state;
|
eyeState state;
|
||||||
uint8 color;
|
uint8_t color;
|
||||||
uint16_t startPos;
|
uint16_t startPos;
|
||||||
// duration + endTime could theoretically be replaced by a single endTime, however we would lose
|
// duration + endTime could theoretically be replaced by a single endTime, however we would lose
|
||||||
// the ability to end the animation early when the user reduces the animation time.
|
// the ability to end the animation early when the user reduces the animation time.
|
||||||
|
Loading…
Reference in New Issue
Block a user