diff options
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/displayreplay.c b/displayreplay.c index 672b5c5..7ccf33d 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -235,7 +235,8 @@ void cLCARSNGDisplayReplay::Action(void) { while (Running()) { On = !On; - Flush(); + DrawBlinkingRec(); + osd->Flush(); cCondWait::SleepMs(1000); } } |