TWANG32
TWANG32 copied to clipboard
Bend Point and Gravity
In line 35 of particle.h, I believe USE_GRAVITY && _pos >500 should be USE_GRAVITY && _pos > BEND_POINT. I could be mistaken.
I can't find any other references to BEND_POINT or where it would be relevant.
Thanks!
The gravity feature is not used at this time.