I was making a routine to color the blocks in a gradient, and when I was ready to move on I commented out that code. When I did that, I accidentally removed this line:
previous = previous.exploredFrom;
So it never increments through the list and explores the same block over and over … and over…
So that must be a programming milestone, right? Super proud of myself.