chenynCV / bullet

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

Build error with VS 2012: 'btGImpactMeshShapePart::TrimeshPrimitiveManager::get_indices' : cannot convert parameter 2 from 'int' to 'unsigned int &' #681

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
trunk revision 2627 breaks build in VS 2012.

Error   3   error C2664: 
'btGImpactMeshShapePart::TrimeshPrimitiveManager::get_indices' : cannot convert 
parameter 2 from 'int' to 'unsigned int 
&'  bullet\Extras\GIMPACTUtils\btGImpactConvexDecompositionShape.cpp    153

Original issue reported on code.google.com by oskar.no...@gmail.com on 9 Dec 2012 at 1:26

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for the report/fix,
applied here: https://code.google.com/p/bullet/source/detail?r=2628

Original comment by erwin.coumans on 12 Dec 2012 at 8:40