iterations *1
Some checks are pending
continuous-integration/drone/push Build is passing

This commit is contained in:
Steven Polley 2019-01-06 14:31:08 -07:00
parent b0e33f0d9a
commit ff0ca4030c

View File

@ -46,7 +46,7 @@ func main() {
go computeThread()
}
colorStep := float64(Iterations) * 4
colorStep := float64(Iterations)
colors = interpolateColors("Hippi", colorStep)
log.Fatal(http.ListenAndServe(":6161", nil))