little fx to solve issue 2897

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5839 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Rodolfo Osvaldo Bogado
2010-07-05 19:27:08 +00:00
parent f3901b6b43
commit 19cdaaae89
3 changed files with 7 additions and 9 deletions

View File

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