GB Video: Fix x-flip

This commit is contained in:
Jeffrey Pfau 2016-02-18 22:32:06 -08:00
parent 17264e2af9
commit 733232be5a
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@ static void GBVideoSoftwareRendererDrawBackground(struct GBVideoSoftwareRenderer
}
if (GBObjAttributesIsXFlip(attrs)) {
bottomX = 7 - bottomX;
bottomX = 7 - bottomX;
}
}
uint8_t tileDataLower = localData[(bgTile * 8 + localY) * 2];