fixed bounding volume issue
[laserbrain_demo] / src / object.cc
index d850d47..2bc8b79 100644 (file)
@@ -35,3 +35,8 @@ void Object::update(float dt)
 void Object::draw() const
 {
 }
+
+const AABox &Object::get_aabox() const
+{
+       return aabb;
+}