mirror of
https://github.com/holub/mame
synced 2025-05-28 16:43:04 +03:00
layer offset fix from haze
This commit is contained in:
parent
5957bc9c6d
commit
41a58ca953
@ -567,7 +567,7 @@ SCREEN_UPDATE_IND16( fncywld )
|
||||
else
|
||||
offs2 = -5;
|
||||
|
||||
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, -16, offs, 0);
|
||||
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, 0, offs, 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
@ -590,7 +590,7 @@ SCREEN_UPDATE_IND16( pangpang )
|
||||
else
|
||||
offs2 = -5;
|
||||
|
||||
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, -16, offs, 0);
|
||||
tumbleb_draw_common(screen.machine(),bitmap,cliprect, offs2, 0, offs, 0);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user