mirror of
https://github.com/panda3d/panda3d.git
synced 2025-09-30 16:58:40 -04:00
collide: fix printing CollisionBox
This commit is contained in:
parent
768dce9244
commit
e486bbcb3f
@ -186,6 +186,7 @@ get_test_pcollector() {
|
||||
*/
|
||||
void CollisionBox::
|
||||
output(std::ostream &out) const {
|
||||
out << "box, (" << get_min() << ") to (" << get_max() << ")";
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user