diff options
Diffstat (limited to 'src/GPU3D_Soft.cpp')
-rw-r--r-- | src/GPU3D_Soft.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/GPU3D_Soft.cpp b/src/GPU3D_Soft.cpp index c55ee1e..7d424e2 100644 --- a/src/GPU3D_Soft.cpp +++ b/src/GPU3D_Soft.cpp @@ -1677,10 +1677,6 @@ void ClearBuffers() void RenderPolygons(bool threaded, Polygon** polygons, int npolys) { - // sort polygons - // TODO: Y-sorting for translucent polygons - // TODO: all sorting should be done in GPU3D.cpp - // polygons with ybottom>192 aren't rendered at all int j = 0; |