mirror of https://github.com/mgba-emu/mgba.git
GB Video: Fix x-flip
This commit is contained in:
parent
17264e2af9
commit
733232be5a
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue