mirror of
https://github.com/holub/mame
synced 2025-10-04 16:34:53 +03:00
MT 07469: vboy: sprite elements are cut off.
This commit is contained in:
parent
84ab8dcd63
commit
a529dcbfd3
@ -223,8 +223,8 @@ void vboy_state::put_obj(bitmap_ind16 &bitmap, const rectangle &cliprect, int x,
|
||||
|
||||
if (dat)
|
||||
{
|
||||
uint8_t const res_x = x + xi;
|
||||
uint8_t const res_y = y + yi;
|
||||
uint16_t const res_x = x + xi;
|
||||
uint16_t const res_y = y + yi;
|
||||
|
||||
if (cliprect.contains(res_x, res_y))
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user