mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-06-03 13:41:43 -04:00
Same NaN-comparison short-circuit pattern: dist >= radius is false when dist is NaN, so the loop body would run for every vertex and write garbage heights / bend the terrain unbounded.