diff options
Diffstat (limited to 'displayreplay.c')
-rw-r--r-- | displayreplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displayreplay.c b/displayreplay.c index 8ba887b..e1f8246 100644 --- a/displayreplay.c +++ b/displayreplay.c @@ -78,7 +78,7 @@ void cSDDisplayReplay::SetMessage(eMessageType Type, const char *Text) { void cSDDisplayReplay::Flush(void) { if (!ok) return; - view->Flush(); + view->Flush(false); } void cSDDisplayReplay::SetTimeShiftValues(const cRecording *recording) { |