thegrandpoobah / voronoi

Weighted Voronoi Stippler
http://www.saliences.com/projects/npr/stippling/index.html
MIT License
58 stars 25 forks source link

Use logical operators, not bitwise operators when testing options. #29

Closed stolk closed 3 years ago

stolk commented 3 years ago

The & operator is used by mistake, where it should be the && operator.

thegrandpoobah commented 3 years ago

Ooh, thanks for the catch and fix!