mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
01741: ldrun4: Sprites are misplaced two pixels to the right.
This commit is contained in:
parent
8c7ae5d907
commit
c7d10617ee
1 changed files with 1 additions and 1 deletions
|
@ -664,7 +664,7 @@ VIDEO_START( ldrun4 )
|
|||
|
||||
VIDEO_UPDATE( ldrun4 )
|
||||
{
|
||||
tilemap_set_scrollx( m62_background, 0, m62_background_hscroll );
|
||||
tilemap_set_scrollx( m62_background, 0, m62_background_hscroll-2 );
|
||||
|
||||
tilemap_draw( bitmap, cliprect, m62_background, 0, 0 );
|
||||
draw_sprites( screen->machine, bitmap, cliprect, 0x1f, 0x00, 0x00 );
|
||||
|
|
Loading…
Reference in a new issue