aboutsummaryrefslogtreecommitdiffstats
path: root/fb-gui.c
diff options
context:
space:
mode:
Diffstat (limited to 'fb-gui.c')
-rw-r--r--fb-gui.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/fb-gui.c b/fb-gui.c
index 0080309..022d06d 100644
--- a/fb-gui.c
+++ b/fb-gui.c
@@ -101,6 +101,8 @@ void shadow_render(gfxstate *gfx)
shadow_render_line(gfx, i, gfx->mem + offset, shadow[i]);
sdirty[i] = 0;
}
+ if (gfx->flush_display)
+ gfx->flush_display();
}
void shadow_clear_lines(int first, int last)