mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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::
|
||||
output(ostream &out) const {
|
||||
#ifndef NDEBUG //[
|
||||
out<<"ForceNode";
|
||||
PandaNode::output(out);
|
||||
out<<" ("<<_forces.size()<<" forces)";
|
||||
#endif //] NDEBUG
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user