SensoryBridge icon indicating copy to clipboard operation
SensoryBridge copied to clipboard

intro_animation nested loops using same counter

Open bradanlane opened this issue 1 year ago • 1 comments

I'm not sure how this has worked in the past.

There is a loop to 50 and inside it is a loop to NATIVE_RESOLUTION. Both loops use i as their counter.

bradanlane avatar Aug 06 '23 21:08 bradanlane

Umm, I'm not sure how this works either! Could it weirdly be because a uint16_t is used for one and a uint8_t for the other? Definitely going in the list for 4.1.0 fixes. Thanks Bradan!

connornishijima avatar Oct 02 '23 22:10 connornishijima