diff options
Diffstat (limited to 'src/GPU3D_Soft.cpp')
-rw-r--r-- | src/GPU3D_Soft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp index 5c9dc8e..a981bd5 100644 --- a/src/GPU3D_Soft.cpp +++ b/src/GPU3D_Soft.cpp @@ -721,7 +721,7 @@ void RenderPolygon(Polygon* polygon) { // edge fill rules for opaque pixels // TODO, eventually: antialiasing - if (!wireframe) + if (!wireframe)// && !(edge & 0x4)) { if ((edge & 0x1) && slope_start > 0x1000) continue; |