Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ogl: remove obsolete code
  • Loading branch information
degasus committed Sep 3, 2013
1 parent 0255e13 commit 7e1959a
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Source/Plugins/Plugin_VideoOGL/Src/Render.cpp
Expand Up @@ -1576,11 +1576,8 @@ void Renderer::Swap(u32 xfbAddr, FieldType field, u32 fbWidth, u32 fbHeight,cons
GL_REPORT_ERRORD();

// Clear framebuffer
if(!g_ActiveConfig.bAnaglyphStereo)
{
glClearColor(0, 0, 0, 0);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
}
glClearColor(0, 0, 0, 0);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);

GL_REPORT_ERRORD();

Expand Down

0 comments on commit 7e1959a

Please sign in to comment.