favreau / bullet

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

btRigidBody sets damping twice (PATCH) #472

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

btRigidBody::setupRigidBody sets m_linearDamping and m_angularDamping twice, 
first to 0./0.5 and then immediately overriden by 
btRigidBody::setDamping(constructionInfo).

Patch attached.

Original issue reported on code.google.com by daniel.a...@gmail.com on 8 Jan 2011 at 4:48

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in latest trunk:
http://code.google.com/p/bullet/source/detail?r=2302

Thanks for the feedback!

Original comment by erwin.coumans on 27 Feb 2011 at 3:40