build fix + fix for issue 850

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2953 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
sl1nk3.s
2009-04-10 21:12:34 +00:00
parent 4b8741d524
commit c43b1c18e5
2 changed files with 10 additions and 1 deletions

View File

@ -235,7 +235,7 @@ void Flush()
if (numVertices)
{
// set global constants
VertexShaderManager::SetConstants(false);
VertexShaderManager::SetConstants(false, false);
PixelShaderManager::SetConstants();
PixelShaderCache::SetShader();