Dave Schuyler 20 éve
szülő
commit
9a647cf23f
1 módosított fájl, 1 hozzáadás és 0 törlés
  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 //[
   out.width(indent); out<<""; out<<"LinearControlForce:\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);
   #endif //] NDEBUG
 }