From a7f382b431e6eed3f180c71d4175970da096eab9 Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Tue, 12 May 2020 19:04:01 +0200 Subject: work --- src/notification.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/notification.c') diff --git a/src/notification.c b/src/notification.c index f89ca48..50ac244 100644 --- a/src/notification.c +++ b/src/notification.c @@ -30,6 +30,8 @@ void update_render_notifications() for (s32 i = 0; i < global_notifications.length; i++) { + main_window->do_draw = true; + notification *n = array_at(&global_notifications, i); float32 duration_ms = (float32)n->duration/TARGET_FRAMERATE; s32 y = 0; -- cgit v1.2.3-70-g09d2