problem with Bullet in latest build

I just checked in a fix - it was a problem in calculating the default values of arguments in the Python bindings. The workaround is to explicitly specify the values, like doPhysics(dt, 1, 1.0/60.0) (the defaults).

Thanks to both!