Update cloth_contact_manager.cpp

This commit is contained in:
Irlan 2019-06-12 18:20:39 -03:00
parent d3b6292afd
commit e5db997fa7

View File

@ -21,8 +21,6 @@
#include <bounce/cloth/cloth_mesh.h>
#include <bounce/cloth/particle.h>
#include <bounce/common/draw.h>
b3ClothContactManager::b3ClothContactManager() :
m_particleTriangleContactBlocks(sizeof(b3ParticleTriangleContact))
{