aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D_Soft.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/GPU3D_Soft.h')
-rw-r--r--src/GPU3D_Soft.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU3D_Soft.h b/src/GPU3D_Soft.h
index 25a2d6c..d9a6028 100644
--- a/src/GPU3D_Soft.h
+++ b/src/GPU3D_Soft.h
@@ -292,7 +292,7 @@ private:
// TODO: this is still not perfect (see for example x=169 y=33)
if (ylen == 0)
Increment = 0;
- else if (ylen == xlen)
+ else if (ylen == xlen && xlen != 1)
Increment = 0x40000;
else
{