mirror of
https://github.com/libretro/beetle-pce-fast-libretro.git
synced 2024-11-23 07:50:03 +00:00
Two corrections
This commit is contained in:
parent
7e82d450df
commit
ebc8907ac7
@ -705,8 +705,8 @@ static void DrawSprites(vdc_t *vdc, const int32 end, uint16 *spr_linebuf)
|
||||
int32 x_second = 15;
|
||||
if(SpriteList[i].flags & SPRF_HFLIP)
|
||||
{
|
||||
int increment = 1;
|
||||
int32 x_second = 0;
|
||||
increment = 1;
|
||||
x_second = 0;
|
||||
}
|
||||
|
||||
for(int32 x = 0; x < 16; x++, x_second += increment)
|
||||
|
Loading…
Reference in New Issue
Block a user