From fe9250233249c2959455091c92a21597e228ec1e Mon Sep 17 00:00:00 2001 From: "erwin.coumans" Date: Wed, 12 Dec 2012 20:33:51 +0000 Subject: [PATCH] fix build issue with GImpact, Issue 681 Thanks to Oskar Nordquist for the patch/report. --- Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp b/Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp index f7022ed2f..fc1ce33e2 100644 --- a/Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp +++ b/Extras/GIMPACTUtils/btGImpactConvexDecompositionShape.cpp @@ -149,7 +149,7 @@ public: for(int i = 0;iget_primitive_count();i++) { - int i0, i1,i2; + unsigned int i0, i1,i2; trimeshInterface->get_indices(i,i0,i1,i2); indices.push_back(i0); indices.push_back(i1);