Auburn / FastNoiseLite

Fast Portable Noise Library - C# C++ C Java HLSL GLSL JavaScript Rust Go
http://auburn.github.io/FastNoiseLite/
MIT License
2.79k stars 327 forks source link

(minor) Java example typo and redundant if #82

Closed fragrant-teapot closed 3 years ago

fragrant-teapot commented 3 years ago

Removed if checks that always defaulted to true, renamed mPingPongStength parameter to mPingPongStrength. This is an minor performance improvement and minor stylistic update.

Auburn commented 3 years ago

Thanks, will probably need to fix this in the other languages too