mirror of
https://github.com/holub/mame
synced 2025-04-23 17:00:53 +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);
|
||||
} else {
|
||||
fillbitmap(bitmap,0,cliprect);
|
||||
fillbitmap(bitmap,get_black_pen(screen->machine),cliprect);
|
||||
}
|
||||
|
||||
return 0;
|
||||
|
Loading…
Reference in New Issue
Block a user