diff options
Diffstat (limited to 'displaychannel.c')
-rw-r--r-- | displaychannel.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/displaychannel.c b/displaychannel.c index 0b2fbdc..9eead8f 100644 --- a/displaychannel.c +++ b/displaychannel.c @@ -32,5 +32,5 @@ void cSDDisplayChannel::SetMessage(eMessageType Type, const char *Text) { void cSDDisplayChannel::Flush(void) { if (!ok) return; - view->Flush(); + view->Flush(false); } |