mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 03:37:49 +02:00
cleanups
This commit is contained in:
parent
93da3ed5bd
commit
a366633f84
1 changed files with 10 additions and 8 deletions
|
@ -94,7 +94,9 @@ const gpu::TexturePointer DrawStatus::getStatusIconMap() const {
|
|||
return _statusIconMap;
|
||||
}
|
||||
|
||||
void DrawStatus::run(const SceneContextPointer& sceneContext, const RenderContextPointer& renderContext, const ItemIDsBounds& inItems) {
|
||||
void DrawStatus::run(const SceneContextPointer& sceneContext,
|
||||
const RenderContextPointer& renderContext,
|
||||
const ItemIDsBounds& inItems) {
|
||||
assert(renderContext->args);
|
||||
assert(renderContext->args->_viewFrustum);
|
||||
RenderArgs* args = renderContext->args;
|
||||
|
|
Loading…
Reference in a new issue