GSDX: Temporary fix for another unorm precision issue.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5363 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
sudonim1@gmail.com 2012-08-06 17:49:15 +00:00
parent 10db10e6ba
commit 0d9d10bc26
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ void datst(PS_INPUT input)
void atst(float4 c)
{
float a = trunc(c.a * 255);
float a = trunc(c.a * 255 + 0.01);
if(PS_ATST == 0) // never
{