diff --git a/panda/src/physics/physicsManager.cxx b/panda/src/physics/physicsManager.cxx index a8b83b9c54..32f02f0d5e 100644 --- a/panda/src/physics/physicsManager.cxx +++ b/panda/src/physics/physicsManager.cxx @@ -175,7 +175,8 @@ do_physics(float dt) { // Function : DoPhysics // Access : Public // Description : This is the main high-level API call. Performs -// integration on every attached Physical. +// integration on a single physical. Make sure its +// associated forces are active. //////////////////////////////////////////////////////////////////// void PhysicsManager:: do_physics(float dt, Physical *physical) {