lianlab / bullet

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

Clean-up for BulletCollision/Gimpact to fix some warnings #164

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The patch fixes some warnings issued by Visual Studio/ICC/GCC. It also changes 
float to btScalar 
where appropriate. The addition of "const" to 
btGImpactMeshShape::lockChildShapes is rather a bug 
fix: without "const", the method does not override the virtual method of the 
supertype (which has 
the "const" modifier).

Original issue reported on code.google.com by ol...@arcor.de on 5 Jan 2009 at 8:41

Attachments:

GoogleCodeExporter commented 9 years ago

applied here:
http://code.google.com/p/bullet/source/detail?r=1607

Thanks a lot for the contribution again!

Original comment by erwin.coumans on 6 Feb 2009 at 6:10