Browse Source

formatting

Dave Schuyler 22 years ago
parent
commit
8f9b78b877
1 changed files with 1 additions and 1 deletions
  1. 1 1
      panda/src/physics/linearIntegrator.cxx

+ 1 - 1
panda/src/physics/linearIntegrator.cxx

@@ -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