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…
Reference in New Issue