Hippi
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Steven Polley 2019-01-06 14:23:18 -07:00
parent d426e601e5
commit b0e33f0d9a
1 changed files with 2 additions and 2 deletions

View File

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