diff --git a/graphics/straight_text_element.cpp b/graphics/straight_text_element.cpp index 0d358f5f8a..84a7f79247 100644 --- a/graphics/straight_text_element.cpp +++ b/graphics/straight_text_element.cpp @@ -270,7 +270,7 @@ namespace graphics for (unsigned i = 0; i < m_glyphLayouts.size(); ++i) { if (m_glyphLayouts[i].fontDesc().m_isMasked) - drawTextImpl(m_glyphLayouts[i], screen, m, true, true, m_glyphLayouts[i].fontDesc(), depth() - 0.1); + drawTextImpl(m_glyphLayouts[i], screen, m, true, true, m_glyphLayouts[i].fontDesc(), depth()); } for (unsigned i = 0; i < m_glyphLayouts.size(); ++i)