car->setMaxAngularVelocity(0) doesn't work!

kidcdf

09-05-2010 04:00:48

I have set:
car_body->setMaxAngularVelocity(0);

but cat_body->getAngularVelocity().length() is still not zero when car turns. why?