mirror of
https://github.com/holub/mame
synced 2025-04-22 00:11:58 +03:00
fix tile/sprite regression (MT 05197)
This commit is contained in:
parent
bdd112a6ea
commit
d9622a3054
@ -398,10 +398,10 @@ UINT32 armedf_state::screen_update_armedf(screen_device &screen, bitmap_ind16 &b
|
||||
if (sprite_enable)
|
||||
draw_sprites(bitmap, cliprect, 1);
|
||||
|
||||
m_tx_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_CATEGORY(0), 0);
|
||||
|
||||
if (sprite_enable)
|
||||
draw_sprites(bitmap, cliprect, 0);
|
||||
|
||||
m_tx_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_CATEGORY(0), 0);
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user