mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:43:50 +02:00
rm unused scene
This commit is contained in:
parent
9e05403aba
commit
013713f92c
1 changed files with 0 additions and 1 deletions
|
@ -171,7 +171,6 @@ const gpu::PipelinePointer DrawBounds::getPipeline() {
|
|||
|
||||
void DrawBounds::run(const SceneContextPointer& sceneContext, const RenderContextPointer& renderContext, const Inputs& items) {
|
||||
RenderArgs* args = renderContext->args;
|
||||
auto& scene = sceneContext->_scene;
|
||||
|
||||
gpu::doInBatch(args->_context, [&](gpu::Batch& batch) {
|
||||
// Setup projection
|
||||
|
|
Loading…
Reference in a new issue