mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 10:22:45 -04:00
formatting
This commit is contained in:
parent
f8efe985d2
commit
8f9b78b877
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user