mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
added to ls() output
This commit is contained in:
parent
74c6dad887
commit
22312f4762
@ -117,7 +117,8 @@ remove_force(int index) {
|
|||||||
void ForceNode::
|
void ForceNode::
|
||||||
output(ostream &out) const {
|
output(ostream &out) const {
|
||||||
#ifndef NDEBUG //[
|
#ifndef NDEBUG //[
|
||||||
out<<"ForceNode";
|
PandaNode::output(out);
|
||||||
|
out<<" ("<<_forces.size()<<" forces)";
|
||||||
#endif //] NDEBUG
|
#endif //] NDEBUG
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user