mirror of
https://github.com/holub/mame
synced 2025-06-24 05:17:04 +03:00
fix typo
This commit is contained in:
parent
4fda816ee1
commit
6afeb5015a
@ -279,7 +279,7 @@ VIDEO_UPDATE( m90 )
|
|||||||
|
|
||||||
draw_sprites(screen->machine,bitmap,cliprect);
|
draw_sprites(screen->machine,bitmap,cliprect);
|
||||||
} else {
|
} else {
|
||||||
fillbitmap(bitmap,0,cliprect);
|
fillbitmap(bitmap,get_black_pen(screen->machine),cliprect);
|
||||||
}
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user