summaryrefslogtreecommitdiff
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/display.c b/display.c
index efb875b..e2cdbc8 100644
--- a/display.c
+++ b/display.c
@@ -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;
}
}