aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GPU2D.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index 07790b7..7964aa4 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -815,7 +815,6 @@ void GPU2D::DrawScanline(u32 line)
int i = 0;
for (; i < (stride & ~1); i+=2)
*(u64*)&dst[i] = *(u64*)&BGOBJLine[i];
- if (stride & 1) dst[i] = BGOBJLine[i];
}
break;