fix compile

This commit is contained in:
Xuchen Han 2019-10-10 13:32:11 -07:00
parent 0d742273c1
commit 45c4497711

View File

@ -2791,7 +2791,7 @@ void PhysicsServerCommandProcessor::deleteDynamicsWorld()
m_data->m_dynamicsWorld->removeMultiBody(mb);
delete mb;
}
#ifndef SKIP_DEFORMABLE
#ifndef SKIP_DEFORMABLE_BODY
for (int j = 0; j < m_data->m_lf.size(); j++)
{
btDeformableLagrangianForce* force = m_data->m_lf[j];