This commit is contained in:
parent
b0e33f0d9a
commit
ff0ca4030c
@ -46,7 +46,7 @@ func main() {
|
|||||||
go computeThread()
|
go computeThread()
|
||||||
}
|
}
|
||||||
|
|
||||||
colorStep := float64(Iterations) * 4
|
colorStep := float64(Iterations)
|
||||||
colors = interpolateColors("Hippi", colorStep)
|
colors = interpolateColors("Hippi", colorStep)
|
||||||
|
|
||||||
log.Fatal(http.ListenAndServe(":6161", nil))
|
log.Fatal(http.ListenAndServe(":6161", nil))
|
||||||
|
Loading…
Reference in New Issue
Block a user