this TODO item is already done, idiot

This commit is contained in:
StapleButter
2017-10-02 00:55:44 +02:00
parent 1975efaeea
commit ce592a1d80

View File

@ -1845,9 +1845,8 @@ void ScanlineFinalPass(s32 y)
{
// anti-aliasing
// TODO: antialiasing applies even if translucent polygons are drawn
// over an opaque polygon's edges, which requires blending translucent
// polygons with the topmost two pixels
// edges were flagged and their coverages calculated during rendering
// this is where such edge pixels are blended with the pixels underneath
for (int x = 0; x < 256; x++)
{