diff --git a/Source/Core/VideoBackends/OGL/VertexManager.cpp b/Source/Core/VideoBackends/OGL/VertexManager.cpp index fdd1fbee34..497845890a 100644 --- a/Source/Core/VideoBackends/OGL/VertexManager.cpp +++ b/Source/Core/VideoBackends/OGL/VertexManager.cpp @@ -249,8 +249,7 @@ void VertexManager::vFlush() if (!g_ActiveConfig.backend_info.bSupportsGLSLUBO) { // Need to set these again, if we don't support UBO - VertexShaderManager::SetConstants(); - PixelShaderManager::SetConstants(); + ProgramShaderCache::UploadConstants(); } // only update alpha