summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/commands.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commands.cpp b/src/commands.cpp
index 9dd4267fe..065983a01 100644
--- a/src/commands.cpp
+++ b/src/commands.cpp
@@ -1090,6 +1090,8 @@ impHandler0(testsdlfont)
}
FOR_EACH (std::vector<std::string>::const_iterator, it, data)
font->drawString(nullGraphics, *it, 10, 10);
+
+ font->doClean();
}
clock_gettime(CLOCK_MONOTONIC, &time2);