summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/gng.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/gng.c')
-rw-r--r--src/mame/video/gng.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mame/video/gng.c b/src/mame/video/gng.c
index 7f9a4ea9c6e..d0ec7b8fc7d 100644
--- a/src/mame/video/gng.c
+++ b/src/mame/video/gng.c
@@ -135,7 +135,6 @@ static void draw_sprites( running_machine &machine, bitmap_ind16 &bitmap, const
UINT32 gng_state::screen_update_gng(screen_device &screen, bitmap_ind16 &bitmap, const rectangle &cliprect)
{
-
m_bg_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_LAYER1, 0);
draw_sprites(machine(), bitmap, cliprect);
m_bg_tilemap->draw(bitmap, cliprect, TILEMAP_DRAW_LAYER0, 0);