don't assert on bad input, just export the warning (todo add proper user-feedback for asserts/warning!)

This commit is contained in:
ejcoumans
2006-12-20 21:23:26 +00:00
parent 0710ca2e36
commit 48c6917387

View File

@@ -604,7 +604,6 @@ void btDiscreteDynamicsWorld::updateAabbs()
{
//something went wrong, investigate
//this assert is unwanted in 3D modelers (danger of loosing work)
assert(0);
body->setActivationState(DISABLE_SIMULATION);
static bool reportMe = true;