Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NextWeek: fix bad code in Perlin noise() function #397

Merged
merged 1 commit into from
Mar 16, 2020
Merged

Conversation

hollasch
Copy link
Collaborator

The original code for the first version of the Perlin noise() function
in The Next Week was incorrect. This returns the code to the original
behavior, but using static_cast instead of the original C-style cast.

Resolves #396

The original code for the first version of the Perlin noise() function
in _The Next Week_ was incorrect. This returns the code to the original
behavior, but using static_cast instead of the original C-style cast.

Resolves #396
@hollasch hollasch added this to the v3 milestone Mar 16, 2020
@hollasch hollasch requested review from trevordblack and a team March 16, 2020 01:23
@hollasch hollasch self-assigned this Mar 16, 2020
@hollasch hollasch merged commit 9423527 into development Mar 16, 2020
@hollasch hollasch deleted the fix-396 branch March 16, 2020 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant