summaryrefslogtreecommitdiff
path: root/src/framerate_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/framerate_gui.cpp')
-rw-r--r--src/framerate_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framerate_gui.cpp b/src/framerate_gui.cpp
index 4f1c0e2e1..7e8e5f34f 100644
--- a/src/framerate_gui.cpp
+++ b/src/framerate_gui.cpp
@@ -450,7 +450,7 @@ struct FramerateWindow : Window {
void DrawElementTimesColumn(const Rect &r, StringID heading_str, const CachedDecimal *values) const
{
int y = r.top;
- DrawString(r.left, r.right, y, heading_str, TC_FROMSTRING, SA_CENTER);
+ DrawString(r.left, r.right, y, heading_str, TC_FROMSTRING, SA_CENTER, true);
y += FONT_HEIGHT_NORMAL + VSPACING;
for (PerformanceElement e = PFE_FIRST; e < PFE_MAX; e++) {