| 376 | } |
| 377 | |
| 378 | void RenderVolumeObject::update_() |
| 379 | { |
| 380 | dirty_ |= objVoxels_->getDirtyFlags(); |
| 381 | objVoxels_->resetDirty(); |
| 382 | } |
| 383 | |
| 384 | MR_REGISTER_RENDER_OBJECT_IMPL( ObjectVoxels, RenderObjectCombinator<RenderDefaultUiObject, RenderVolumeObject> ) |
| 385 |
nothing calls this directly
no test coverage detected