remove some warnings, thanks to Zenja http://bulletphysics.com/Bullet/phpBB3/viewtopic.php?f=9&t=4063
This commit is contained in:
@@ -1135,7 +1135,7 @@ void HullLibrary::BringOutYourDead(const btVector3* verts,unsigned int vcount, b
|
||||
|
||||
ocount = 0;
|
||||
|
||||
for (i=0; i<indexcount; i++)
|
||||
for (i=0; i<int (indexcount); i++)
|
||||
{
|
||||
unsigned int v = indices[i]; // original array index
|
||||
|
||||
|
||||
Reference in New Issue
Block a user