diff options
Diffstat (limited to 'fb-gui.c')
-rw-r--r-- | fb-gui.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |