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