Page 1 of 1

6.1.5 Some CP_DefineConstraintStructProperty missed on ...

Posted: Mon Jul 29, 2013 4:08 pm
by aisman
I belive there are some CP_DefineConstraintStructProperty defines missed on chipmunk_ffi.h after line

Code: Select all

CP_DefineConstraintStructProperty(cpFloat, maxBias, MaxBias)
This lines are missed:

Code: Select all

CP_DefineConstraintStructProperty(cpConstraintPreSolveFunc, preSolve, PreSolveFunc)
CP_DefineConstraintStructProperty(cpConstraintPostSolveFunc, postSolve, PostSolveFunc)

Re: 6.1.5 Some CP_DefineConstraintStructProperty missed on .

Posted: Mon Jul 29, 2013 6:41 pm
by slembcke
Thanks. I added a GitHub issue for that.