little mistake in chipmunk doc

Discuss any Chipmunk bugs here.
Post Reply
pentale
Posts: 3
Joined: Wed May 28, 2008 8:20 am
Contact:

little mistake in chipmunk doc

Post by pentale »

Just to signal that this line in the .html is false :
cpShape *cpCircleShapeNew(cpBody *body, cpVect offset, cpFloat radius)

Must be :
cpShape *cpCircleShapeNew(cpBody *body, cpFloat radius, cpVect offset)

;)
Post Reply

Who is online

Users browsing this forum: No registered users and 13 guests