From 63793c7f4f230bc7169090048e3a3324d5300a6c Mon Sep 17 00:00:00 2001 From: hrydgard Date: Fri, 24 Oct 2008 23:36:12 +0000 Subject: [PATCH] Missed this one git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@949 8ced0084-cf51-0410-be5f-012b33b47a6e --- Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp index 578df7cd86..25372b7f6b 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp @@ -238,7 +238,7 @@ bool PixelShaderMngr::CompilePixelShader(FRAGMENTSHADER& ps, const char* pstrpro return true; } -void PixelShaderMngr::SetConstants(FRAGMENTSHADER& ps) +void PixelShaderMngr::SetConstants() { for (int i = 0; i < 2; ++i) { if (s_nColorsChanged[i]) {