Closed logikal closed 12 years ago
Previously, if you picked say '190' for the start value, and a NUM_COLORS of 10, you'd hit the end of the circle before you got to 10 numbers.
This commit adds some additional logic to continue around the circle until you hit i + 360, instead of stopping short.
Great, thanks for spotting this one!
Previously, if you picked say '190' for the start value, and a NUM_COLORS of 10, you'd hit the end of the circle before you got to 10 numbers.
This commit adds some additional logic to continue around the circle until you hit i + 360, instead of stopping short.