nature-of-code / Nature-of-Code-Website-Archive

Repo for web files for nature of code
https://noc-processing-archive.netlify.app/
111 stars 21 forks source link

Required line of code is in the comment section in Example 3.9 #26

Closed dsappia closed 2 years ago

dsappia commented 6 years ago

In Example 3.9, the line: startAngle += 0.02; is included in the comment at the right, but should be included as a line of code, just after: float angle = startAngle;

Thanks a lot for this wonderful site and book.

shiffman commented 2 years ago

Also fixed in https://github.com/nature-of-code/book-website-2nd-edition!