summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorhrydgard <hrydgard@gmail.com>2008-10-24 23:36:12 +0000
committerhrydgard <hrydgard@gmail.com>2008-10-24 23:36:12 +0000
commit63793c7f4f230bc7169090048e3a3324d5300a6c (patch)
treeafd126a2900cf213767f61289c70e6e910ac04fe /Source
parent72d8c3344bddf45a1b4e4767b3535a9e2173f7d8 (diff)
Missed this one
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@949 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source')
-rw-r--r--Source/Plugins/Plugin_VideoOGL/Src/PixelShaderManager.cpp2
1 files changed, 1 insertions, 1 deletions
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]) {