removing a workaround for a rasterizer bug that I believe was fixed for real in r3015

This commit is contained in:
nitsuja 2009-11-08 15:50:12 +00:00
parent 09c69e5a2c
commit 1b7d14c178
1 changed files with 0 additions and 8 deletions

View File

@ -863,14 +863,6 @@ public:
if(failure)
return;
if(left.Height<0 || right.Height<0)
{
//i have NO IDEA WHY THIS HAPPENS
//but i think it was corrupting things in a bad way
//which was only revealed by the multicored rasterizer
return;
}
runscanlines<SLI>(&left,&right);
//if we ran out of an edge, step to the next one