diff options
Diffstat (limited to 'GPU3D_Soft.cpp')
-rw-r--r-- | GPU3D_Soft.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GPU3D_Soft.cpp b/GPU3D_Soft.cpp index d29573c..1566ee8 100644 --- a/GPU3D_Soft.cpp +++ b/GPU3D_Soft.cpp @@ -487,7 +487,7 @@ void RenderPolygon(Polygon* polygon, u32 wbuffer) else if (rslope) dxr = (rslope > 0) ? 0 : 0x1000; else dxr = 0x1000; - if (ybot > 191) ybot = 191; + if (ybot > 192) ybot = 192; for (s32 y = ytop; y < ybot; y++) { if (!isline) |