This commit is contained in:
onyx-and-iris 2023-12-14 22:49:30 +00:00
parent b55019149b
commit 94ffd625c9

View File

@ -12,7 +12,7 @@ func cycleOnce(image img) {
}
// cycleMany cycles a single image for a given number of iterations
// it also caches the index of the interation for each image
// it also caches the index of the iteration for each image
func cycleMany(image img, iterations int) {
cache := make(map[string]int)
i, start := 0, 0