Browse Source

updated comments

Josh Wilson 19 years ago
parent
commit
bdfdeb5f2c
1 changed files with 2 additions and 1 deletions
  1. 2 1
      panda/src/physics/physicsManager.cxx

+ 2 - 1
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) {