aboutsummaryrefslogtreecommitdiff
path: root/engines
diff options
context:
space:
mode:
Diffstat (limited to 'engines')
-rw-r--r--engines/zvision/truetype_font.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/engines/zvision/truetype_font.cpp b/engines/zvision/truetype_font.cpp
index b3aafc26d7..dacd7967d3 100644
--- a/engines/zvision/truetype_font.cpp
+++ b/engines/zvision/truetype_font.cpp
@@ -75,7 +75,7 @@ bool TruetypeFont::loadFile(const Common::String &filename) {
return false;
}
- _font = Graphics::loadTTFFont(file, 96, _fontHeight); // Use the same dpi as WME (96 vs 72).
+ _font = Graphics::loadTTFFont(file, _fontHeight);
_lineHeight = _font->getFontHeight();
return true;