This commit is contained in:
parent
d426e601e5
commit
b0e33f0d9a
@ -46,8 +46,8 @@ func main() {
|
|||||||
go computeThread()
|
go computeThread()
|
||||||
}
|
}
|
||||||
|
|
||||||
colorStep := float64(Iterations) / 4
|
colorStep := float64(Iterations) * 4
|
||||||
colors = interpolateColors("Plan9", 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