Page 1 of 1

beta-6.2 imports DemoChipmunk.h

Posted: Wed Aug 14, 2013 10:34 pm
by viblo
I just noticed that in the beta-6.2 branch the file cpCollision.c imports DemoChipmunk.h which I dont think it should?

Re: beta-6.2 imports DemoChipmunk.h

Posted: Thu Aug 15, 2013 2:02 am
by slembcke
Oh, it should be a conditional include. I used it pretty heavily when developing the GJK/EPA algorithms so I could draw out the minkowski sums and support points. I pushed a fix for that.

Re: beta-6.2 imports DemoChipmunk.h

Posted: Fri Aug 16, 2013 2:19 am
by viblo
Thanks!