OpenGL: Fix problem with OSD text not showing up with post-processing enabled, causing gl errors.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@3443 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
hrydgard 2009-06-14 11:56:48 +00:00
parent 0bee242493
commit ac50318a8b

View File

@ -954,6 +954,7 @@ void Renderer::Swap(const TRectangle& rc)
glEnd();
glBindProgramARB(GL_FRAGMENT_PROGRAM_ARB, 0);
glDisable(GL_FRAGMENT_PROGRAM_ARB);
}
else
{