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
Original issue reported on code.google.com by
ol...@arcor.de
on 5 Jan 2009 at 8:41Attachments: