fixed bounding volume issue
[laserbrain_demo] / src / object.cc
index 3318660..2bc8b79 100644 (file)
@@ -38,6 +38,5 @@ void Object::draw() const
 
 const AABox &Object::get_aabox() const
 {
-       static AABox null_box;
-       return null_box;
+       return aabb;
 }