nakayubi / zengl

Automatically exported from code.google.com/p/zengl
0 stars 0 forks source link

Type-o in cpSpaceDestroy #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
In zglChipmink, the "space" parameter of cpSpaceDestroy should be declared as 
PcpSpace instead of cpSpace.

Original issue reported on code.google.com by bil...@planet.nl on 23 Jan 2012 at 10:38

GoogleCodeExporter commented 9 years ago
Another one: the "joint" parameter of cpDampedSpringInit should be of type 
PcpDampedSpring.

Original comment by bil...@planet.nl on 23 Jan 2012 at 11:46

GoogleCodeExporter commented 9 years ago
Another one: cpHashSetTransFunc should be declared as:

cpHashSetTransFunc = function( ptr : Pointer; date : Pointer ): Pointer; cdecl;

instead of:

cpHashSetTransFunc = procedure( ptr : Pointer; date : Pointer ); cdecl;

Original comment by bil...@planet.nl on 24 Jan 2012 at 3:33

GoogleCodeExporter commented 9 years ago
Thanks, fixed :)

Original comment by dr.andru@gmail.com on 24 Jan 2012 at 5:44