aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/GPU2D.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GPU2D.cpp b/src/GPU2D.cpp
index dc8d348..45d768f 100644
--- a/src/GPU2D.cpp
+++ b/src/GPU2D.cpp
@@ -2518,7 +2518,7 @@ void GPU2D::DrawSprite_Normal(u16* attrib, u32 width, s32 xpos, s32 ypos, u32* d
else
xmos--;
- pixelsaddr++;
+ if (xoff & 0x1) pixelsaddr++;
if (color)
{