| 129 | // ### ObjectRenderables ### |
| 130 | |
| 131 | ObjectRenderables::ObjectRenderables(Object& object) |
| 132 | : extent(object.extent) |
| 133 | { |
| 134 | // nothing else |
| 135 | } |
| 136 | |
| 137 | ObjectRenderables::~ObjectRenderables() = default; |
| 138 |
nothing calls this directly
no outgoing calls
no test coverage detected