mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-17 20:23:47 -04:00
debug output
This commit is contained in:
parent
e096d63960
commit
9a647cf23f
@ -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
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user