Forced commit

This commit is contained in:
Ryan Houdek
2012-10-13 13:00:04 -05:00
2 changed files with 2 additions and 3 deletions

View File

@ -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