behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

b2BodyDef::linearVelocity and b2BodyDef::angularVelocity don't work #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The b2Body constructor sets the velocity members from the body descriptor
but resets their values to zero a few lines later.  I've attached a patch
that corrects the problem.

Original issue reported on code.google.com by kennethdmiller3 on 31 Aug 2009 at 2:31

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 1 Sep 2009 at 11:43

GoogleCodeExporter commented 9 years ago

Original comment by erinca...@gmail.com on 19 Sep 2009 at 8:13