Browse Source

collide: fix printing CollisionBox

rdb 6 years ago
parent
commit
e486bbcb3f
1 changed files with 1 additions and 0 deletions
  1. 1 0
      panda/src/collide/collisionBox.cxx

+ 1 - 0
panda/src/collide/collisionBox.cxx

@@ -186,6 +186,7 @@ get_test_pcollector() {
  */
 void CollisionBox::
 output(std::ostream &out) const {
+  out << "box, (" << get_min() << ") to (" << get_max() << ")";
 }
 
 /**