From bdfdeb5f2c9ba34b93fbd399e7b0c52db476ec1a Mon Sep 17 00:00:00 2001 From: Josh Wilson Date: Tue, 25 Jul 2006 01:33:35 +0000 Subject: [PATCH] updated comments --- panda/src/physics/physicsManager.cxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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) {