Fix blank area issue with Twinkle (#5005)

* Fix blank area issue with Twinkle
This commit is contained in:
Benjam Welker
2025-10-16 23:31:00 -06:00
committed by Will Tatam
parent 186c4a7724
commit 1dd338c5e0

View File

@@ -678,7 +678,7 @@ uint16_t mode_twinkle(void) {
SEGENV.step = it;
}
unsigned PRNG16 = SEGENV.aux1;
uint16_t PRNG16 = SEGENV.aux1;
for (unsigned i = 0; i < SEGENV.aux0; i++)
{