don't align btVector3 for now (need to reconsider it)

This commit is contained in:
erwin.coumans
2008-11-08 05:28:24 +00:00
parent cef40e5cce
commit 96aa18f12f
2 changed files with 4 additions and 12 deletions

View File

@@ -137,13 +137,9 @@ class ConvexH
};
ConvexH()
{
int i;
i=0;
}
~ConvexH()
{
int i;
i=0;
}
btAlignedObjectArray<btVector3> vertices;
btAlignedObjectArray<HalfEdge> edges;