This commit is contained in:
Irlan 2019-06-03 18:37:32 -03:00
parent 92cdb42dca
commit db949eeca0

View File

@ -172,12 +172,6 @@ b3Cloth::b3Cloth(const b3ClothDef& def) :
b3Particle* p = CreateParticle(pd);
p->m_vertex = i;
b3AABB3 aabb;
aabb.Set(p->m_position, p->m_radius);
p->m_treeId = m_particleTree.InsertNode(aabb, p);
m_vertexParticles[i] = p;
}