diff --git a/ch1/ch1-04.md b/ch1/ch1-04.md index 12d5a0c..e999420 100644 --- a/ch1/ch1-04.md +++ b/ch1/ch1-04.md @@ -55,7 +55,7 @@ func lissajous(out io.Writer) { x := math.Sin(t) y := math.Sin(t*freq + phase) img.SetColorIndex(size+int(x*size+0.5), size+int(y*size+0.5), -bla kIndex) + blackIndex) } phase += 0.1 anim.Delay = append(anim.Delay, delay)