From 7a737e0790f3e7e04f119c237fbfa9cf8ceeefbf Mon Sep 17 00:00:00 2001 From: Thomas Harte Date: Wed, 16 Nov 2016 11:12:08 +0800 Subject: [PATCH] Both pathways start with a buffer that clears to black. So no need to keep going on about it. --- Outputs/CRT/Internals/CRTOpenGL.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Outputs/CRT/Internals/CRTOpenGL.cpp b/Outputs/CRT/Internals/CRTOpenGL.cpp index 8781b6fc7..cc9497f26 100644 --- a/Outputs/CRT/Internals/CRTOpenGL.cpp +++ b/Outputs/CRT/Internals/CRTOpenGL.cpp @@ -272,7 +272,6 @@ void OpenGLOutputBuilder::draw_frame(unsigned int output_width, unsigned int out // all drawing will be from the source vertex array and without blending glBindVertexArray(source_vertex_array); glDisable(GL_BLEND); - glClearColor(active_pipeline->clear_colour[0], active_pipeline->clear_colour[1], active_pipeline->clear_colour[2], 1.0); while(active_pipeline->target) {