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