Include debug objects in View All

master
Marius Kintel 2014-11-05 18:22:08 +04:00
parent 9e882be319
commit 26da9ca983
1 changed files with 2 additions and 0 deletions

View File

@ -152,5 +152,7 @@ BoundingBox OpenCSGRenderer::getBoundingBox() const
{
BoundingBox bbox;
if (this->root_chain) bbox = this->root_chain->getBoundingBox();
if (this->background_chain) bbox.extend(this->background_chain->getBoundingBox());
return bbox;
}