reset the m_userConstraintUIDGenerator to 1 after 'resetSimulation'

This commit is contained in:
Erwin Coumans
2017-05-04 13:28:09 -07:00
parent 61999ef789
commit 7bf125e460

View File

@@ -1729,7 +1729,7 @@ void PhysicsServerCommandProcessor::deleteDynamicsWorld()
delete m_data->m_collisionConfiguration;
m_data->m_collisionConfiguration=0;
m_userConstraintUIDGenerator = 1;
}