formatting

This commit is contained in:
Dave Schuyler 2003-10-28 06:21:05 +00:00
parent f8efe985d2
commit 8f9b78b877

View File

@ -57,7 +57,7 @@ integrate(Physical *physical, LinearForceVector &forces,
PhysicsObject::Vector::const_iterator current_object_iter;
current_object_iter = physical->get_object_vector().begin();
for (; current_object_iter != physical->get_object_vector().end();
current_object_iter++) {
++current_object_iter) {
PhysicsObject *current_object = *current_object_iter;
// bail out if this object doesn't exist or doesn't want to be