mirror of
https://github.com/holub/mame
synced 2025-05-24 23:05:32 +03:00
Fixed previous change to always clear the alpha bitmap.
This commit is contained in:
parent
db8a1fc748
commit
1b7793d0fb
@ -1594,7 +1594,6 @@ VIDEO_UPDATE( nslasher )
|
|||||||
nslasher_draw_sprites(screen->machine,sprite1_mix_bitmap,cliprect,buffered_spriteram32_2,4);
|
nslasher_draw_sprites(screen->machine,sprite1_mix_bitmap,cliprect,buffered_spriteram32_2,4);
|
||||||
|
|
||||||
/* Render alpha-blended tilemap to seperate buffer for proper mixing */
|
/* Render alpha-blended tilemap to seperate buffer for proper mixing */
|
||||||
if (alphaTilemap)
|
|
||||||
bitmap_fill(tilemap_alpha_bitmap,cliprect,0);
|
bitmap_fill(tilemap_alpha_bitmap,cliprect,0);
|
||||||
|
|
||||||
/* Draw playfields & sprites */
|
/* Draw playfields & sprites */
|
||||||
|
Loading…
Reference in New Issue
Block a user