This commit is contained in:
Irlan
2018-07-16 09:48:01 -03:00
parent ea406eba44
commit 99117d30b7
2 changed files with 1 additions and 2 deletions

View File

@@ -160,7 +160,6 @@ b3Cloth::b3Cloth(const b3ClothDef& def, b3World* world) : m_particleBlocks(sizeo
m_world = world;
m_mesh = def.mesh;
m_density = def.density;
m_xf.SetIdentity();
b3ClothMesh* m = m_mesh;