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, 1 insertions, 1 deletions
diff --git a/fb-gui.c b/fb-gui.c
index 022d06d..3665f2c 100644
--- a/fb-gui.c
+++ b/fb-gui.c
@@ -102,7 +102,7 @@ void shadow_render(gfxstate *gfx)
sdirty[i] = 0;
}
if (gfx->flush_display)
- gfx->flush_display();
+ gfx->flush_display(false);
}
void shadow_clear_lines(int first, int last)