Fixed a couple annoying bullet warnings

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4403 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
auria
2010-01-06 16:47:30 +00:00
parent e6296c1987
commit b5ec0d717d
3 changed files with 2 additions and 3 deletions

View File

@@ -112,4 +112,4 @@ int btTriangleMesh::getNumTriangles() const
return m_32bitIndices.size() / 3;
}
return m_16bitIndices.size() / 3;
}
}

View File

@@ -157,4 +157,4 @@ btTriangleConvexcastCallback::processTriangle (btVector3* triangle, int partId,
}
}
}
}
}

View File

@@ -1,4 +1,3 @@
/*
/***************************************************************************************************
**