diff options
author | StapleButter <thetotalworm@gmail.com> | 2017-07-23 18:43:22 +0200 |
---|---|---|
committer | StapleButter <thetotalworm@gmail.com> | 2017-07-23 18:43:22 +0200 |
commit | 51d29c88046aad4c817f94cf50fbb2a6fb771637 (patch) | |
tree | 404d9b6a96f1436b868fc2a88a3731b5783f68a4 /src | |
parent | 82e42c5be7b37754e5168bbb62ad897a0e0b76da (diff) |
dgfhtrydthg
Diffstat (limited to 'src')
-rw-r--r-- | src/GPU2D.cpp | 2 |
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) { |