revert the default world to SOFT_MULTIBODY_WORLD

This commit is contained in:
Xuchen Han
2019-11-20 23:47:15 -08:00
parent edffb0cc55
commit fa7cb25c95
7 changed files with 18 additions and 17 deletions

View File

@@ -567,7 +567,7 @@ enum b3NotificationType
enum b3ResetSimulationFlags
{
RESET_USE_SOFT_MULTIBODY_WORLD=1,
RESET_USE_DEFORMABLE_WORLD=1,
RESET_USE_DISCRETE_DYNAMICS_WORLD=2,
RESET_USE_SIMPLE_BROADPHASE=4,
};