From 1b7d14c178651aac4f6cd2994f67d022f94488e0 Mon Sep 17 00:00:00 2001 From: nitsuja Date: Sun, 8 Nov 2009 15:50:12 +0000 Subject: [PATCH] removing a workaround for a rasterizer bug that I believe was fixed for real in r3015 --- desmume/src/rasterize.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/desmume/src/rasterize.cpp b/desmume/src/rasterize.cpp index 66dee9ef5..d661a7aed 100644 --- a/desmume/src/rasterize.cpp +++ b/desmume/src/rasterize.cpp @@ -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(&left,&right); //if we ran out of an edge, step to the next one