diff --git a/src/gb/renderers/software.c b/src/gb/renderers/software.c index 8c4f64857..4d30b283d 100644 --- a/src/gb/renderers/software.c +++ b/src/gb/renderers/software.c @@ -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];