senchalabs / philogl

A WebGL Framework for Data Visualization, Creative Coding and Game Development
http://senchalabs.github.com/philogl/
MIT License
805 stars 154 forks source link

Fix a small bug. #27

Closed jasondavies closed 12 years ago

jasondavies commented 12 years ago

I think the angle loop was iterating 8 times instead of 7, due to floating point errors.

philogb commented 12 years ago

Hey, thanks for the fix! I think I fixed it already though, could you confirm it? the example is here .

I just saw the PR, thanks! :)

jasondavies commented 12 years ago

Yep, that fixed it.