fixes in serialization, should fix non-Windows platforms.

This commit is contained in:
erwin.coumans
2010-01-30 21:31:56 +00:00
parent 4fcea85c01
commit f9ad5cf587
8 changed files with 62 additions and 343 deletions

View File

@@ -37,7 +37,6 @@ public:
{
m_shapeType = MULTIMATERIAL_TRIANGLE_MESH_PROXYTYPE;
btVector3 m_triangle[3];
const unsigned char *vertexbase;
int numverts;
PHY_ScalarType type;
@@ -71,7 +70,6 @@ public:
{
m_shapeType = MULTIMATERIAL_TRIANGLE_MESH_PROXYTYPE;
btVector3 m_triangle[3];
const unsigned char *vertexbase;
int numverts;
PHY_ScalarType type;