ShaderGen: Build fix.

This commit is contained in:
NeoBrainX
2013-04-10 14:44:09 +02:00
parent abde070f63
commit e7a5847c30
3 changed files with 5 additions and 6 deletions

View File

@ -1211,7 +1211,7 @@ void GetPixelShaderUid(PixelShaderUid& object, DSTALPHA_MODE dstAlphaMode, API_T
{
PixelShaderCode code;
GeneratePixelShaderCode(code, dstAlphaMode, API_OPENGL, components);
CheckForUidMismatch<PixelShaderUid,PixelShaderCode>(code, object);
CheckForUidMismatch<PixelShaderUid,PixelShaderCode>(code, object, "Pixel", "p");
}
}