Closed dsappia closed 2 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.
Also fixed in https://github.com/nature-of-code/book-website-2nd-edition!
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.