Skip to content
Snippets Groups Projects
Commit a4ca1ce0 authored by Martin Štourač's avatar Martin Štourač
Browse files

fixed + op

parent d2bfd5e0
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,6 @@ void Scene::addPreAddAABB(node_ptr node, Frame position)
obj_bbox.setSelectability(false);
obj_bbox.setDrawMode(GL_LINES);
scene.back()->addObject(std::make_shared<Mesh>(std::move(obj_bbox)));
addMesh(scene.back(), std::move(obj_bbox));
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment