mirror of
https://github.com/bulletphysics/bullet3
synced 2024-12-13 21:30:09 +00:00
fix compile
This commit is contained in:
parent
0d742273c1
commit
45c4497711
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user