In 2.5.1 (Using Blocks of Random Numbers), perlin.h is created with a private variable randfloat. This variable is removed in 2.5.5 in favor of randvec, however the code highlighting for deleting the existing lines with randfloat do not appear in the book.
I'm happy to create the PR for this work, but wanted to try to follow the contributing guidelines by posting this issue first to make sure this would be a useful fix.
Sounds great, thanks for catching that. Please go ahead and create a PR against the dev-patch branch. Also remember to add a line to the CHANGELOG and add your name to books/acknowledgments.md.html.
In 2.5.1 (Using Blocks of Random Numbers),
perlin.h
is created with a private variablerandfloat
. This variable is removed in 2.5.5 in favor ofrandvec
, however the code highlighting for deleting the existing lines withrandfloat
do not appear in the book.I'm happy to create the PR for this work, but wanted to try to follow the contributing guidelines by posting this issue first to make sure this would be a useful fix.