Fix some opengl errors. Thanks to rodolfo for telling me how to fix it. He is at work or he would do it.

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6437 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Glenn Rice 2010-11-18 15:12:12 +00:00
parent 08124713bd
commit e1e43fa2a6
1 changed files with 1 additions and 1 deletions

View File

@ -1371,7 +1371,7 @@ void Renderer::RestoreAPIState()
SetColorMask();
SetBlendMode(true);
VertexShaderCache::SetCurrentShader(1);
VertexShaderCache::SetCurrentShader(0);
PixelShaderCache::SetCurrentShader(0);
}