pull/3501/head
TripleWhy 2023-11-04 15:48:22 +01:00
rodzic 3b6f499fc5
commit f3831665d4
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2613,7 +2613,7 @@ uint16_t mode_halloween_eyes()
};
struct EyeData {
eyeState state;
uint8 color;
uint8_t color;
uint16_t startPos;
// 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.