TWANG32 icon indicating copy to clipboard operation
TWANG32 copied to clipboard

Bend Point and Gravity

Open lordratner opened this issue 5 years ago • 1 comments

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!

lordratner avatar Apr 17 '19 16:04 lordratner

The gravity feature is not used at this time.

bdring avatar Oct 18 '19 03:10 bdring