diff options
| author | Ryan Houdek <Sonicadvance1@Gmail.com> | 2012-10-13 13:00:04 -0500 |
|---|---|---|
| committer | Ryan Houdek <Sonicadvance1@Gmail.com> | 2012-10-13 13:00:04 -0500 |
| commit | 57426ee726319ce543701281d5d55c0f443badcf (patch) | |
| tree | 1da5b10764ae8e0c841a745d845117b5b39ce058 /Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp | |
| parent | 3f0d7312fa10db750c97ace02e881d71cb659053 (diff) | |
| parent | f57f654b5997e7525f64a6241b84c6a7b13b21cf (diff) | |
Forced commit
Diffstat (limited to 'Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp')
| -rw-r--r-- | Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp index 5705ddf242..202f7dc58e 100644 --- a/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp +++ b/Source/Plugins/Plugin_VideoOGL/Src/PixelShaderCache.cpp @@ -349,7 +349,7 @@ FRAGMENTSHADER* PixelShaderCache::SetShader(DSTALPHA_MODE dstAlphaMode, u32 comp bool PixelShaderCache::CompilePixelShader(FRAGMENTSHADER& ps, const char* pstrprogram) { - return pCompilePixelShader(ps, pstrprogram); + return pCompilePixelShader(ps, pstrprogram); } // Disable Fragment programs and reset the selected Program |
