Skip to content

Commit

Permalink
Remove temporary render target used for debugging prior changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shyotl committed Feb 18, 2017
1 parent 5e501b9 commit b9c3ca5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions indra/newview/pipeline.cpp
Expand Up @@ -1030,8 +1030,6 @@ void LLPipeline::releaseScreenBuffers()
}

mSampleBuffer.release();

mDebugDisplay.release();
}


Expand Down
2 changes: 0 additions & 2 deletions indra/newview/pipeline.h
Expand Up @@ -601,8 +601,6 @@ class LLPipeline
private:
LLRenderTarget mPhysicsDisplay;

LLRenderTarget mDebugDisplay;

//utility buffer for rendering post effects, gets abused by renderDeferredLighting
LLPointer<LLVertexBuffer> mAuxScreenRectVB;

Expand Down

0 comments on commit b9c3ca5

Please sign in to comment.