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