Ticket #27 (closed defect: fixed)

Opened 2 months ago

Last modified 2 months ago

small typo in ODE binding

Reported by: aliloko Assigned to:
Priority: trivial Version:
Keywords: ode Cc:

Description

in objects.d :

typedef void function(dWorldID) pfdJointDestroy;

should be :

typedef void function(dJointID) pfdJointDestroy;

Thanks for great bindings !

Change History

11/20/08 02:54:04 changed by aldacron

  • status changed from new to closed.
  • resolution set to fixed.