fix build issue with GImpact, Issue 681

Thanks to Oskar Nordquist for the patch/report.
This commit is contained in:
erwin.coumans
2012-12-12 20:33:51 +00:00
parent 7c610ec045
commit fe92502332

View File

@@ -149,7 +149,7 @@ public:
for(int i = 0;i<trimeshInterface->get_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);