comparison trunk/chipmunkd/cpShape.d @ 23:4ceef5833c8c

updated to chipmunk 5.3.3
author Extrawurst
date Fri, 10 Dec 2010 02:10:27 +0100
parents df4ebc8add66
children 4541ca17975b
comparison
equal deleted inserted replaced
22:ed2c81f3d1df 23:4ceef5833c8c
216 cpShapeDestroy(shape); 216 cpShapeDestroy(shape);
217 cpfree(shape); 217 cpfree(shape);
218 } 218 }
219 } 219 }
220 220
221 // TODO this function should really take a position and rotation explicitly and be renamed
221 cpBB 222 cpBB
222 cpShapeCacheBB(cpShape *shape) 223 cpShapeCacheBB(cpShape *shape)
223 { 224 {
224 cpBody *_body = shape._body; 225 cpBody *_body = shape._body;
225 226