diff options
Diffstat (limited to 'display.c')
-rw-r--r-- | display.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,7 +53,9 @@ void cText2SkinDisplayChannel::SetMessage(eMessageType Type, const char *Text) { void cText2SkinDisplayChannel::Flush(void) { if (mDirty) { + Dprintf("Flushing\n"); mRender->Flush(); + Dprintf("Flushing done\n"); mDirty = false; } } |