ofxMSAPhysics
ofxMSAPhysics copied to clipboard
Crash when setting or getting min distance on attraction
When calling get/setMinDistance on a newly created attraction, I get a segfaul. (Linux, GCC 4.9.2).
My only workaround at the moment is to call setMinDistance in the MSAPhysicsAttraction constructor.