Browse Source

debug output

Dave Schuyler 20 years ago
parent
commit
9a647cf23f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/physics/linearControlForce.cxx

+ 1 - 0
panda/src/physics/linearControlForce.cxx

@@ -106,6 +106,7 @@ write(ostream &out, unsigned int indent) const {
   #ifndef NDEBUG //[
   #ifndef NDEBUG //[
   out.width(indent); out<<""; out<<"LinearControlForce:\n";
   out.width(indent); out<<""; out<<"LinearControlForce:\n";
   out.width(indent+2); out<<""; out<<"_fvec "<<_fvec<<"\n";
   out.width(indent+2); out<<""; out<<"_fvec "<<_fvec<<"\n";
+  out.width(indent+2); out<<""; out<<"_physics_object "<<_physics_object<<"\n";
   LinearForce::write(out, indent+2);
   LinearForce::write(out, indent+2);
   #endif //] NDEBUG
   #endif //] NDEBUG
 }
 }