diff --git a/render.go b/render.go index 7af5a01..758a56d 100644 --- a/render.go +++ b/render.go @@ -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))