removed some warnings, as reported here:

http://code.google.com/p/bullet/issues/detail?id=123
Thanks sparkprime
This commit is contained in:
erwin.coumans
2008-10-27 20:20:28 +00:00
parent 6ed11057e0
commit 003b6fa669
14 changed files with 17 additions and 16 deletions

View File

@@ -48,7 +48,7 @@ void btConvexInternalShape::getAabbSlow(const btTransform& trans,btVector3&minAa
tmp = trans(localGetSupportingVertex(vec*trans.getBasis()));
minAabb[i] = tmp[i]-margin;
}
};
}
btVector3 btConvexInternalShape::localGetSupportingVertex(const btVector3& vec)const