summaryrefslogtreecommitdiffstatshomepage
path: root/src/mame/video/starshp1.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mame/video/starshp1.c')
-rw-r--r--src/mame/video/starshp1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mame/video/starshp1.c b/src/mame/video/starshp1.c
index 8e6947b2189..c561a5420bb 100644
--- a/src/mame/video/starshp1.c
+++ b/src/mame/video/starshp1.c
@@ -399,7 +399,7 @@ SCREEN_VBLANK( starshp1 )
rect.min_y = get_sprite_vpos(state, 13);
rect.max_x = rect.min_x + screen.machine().gfx[1]->width - 1;
rect.max_y = rect.min_y + screen.machine().gfx[1]->height - 1;
-
+
rect &= state->m_helper.cliprect();
state->m_helper.fill(0, visarea);