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]) {