Skip to content

Commit

Permalink
ZVISION: Fix drawTxt y-position.
Browse files Browse the repository at this point in the history
  • Loading branch information
Marisa-Chan committed Jul 12, 2014
1 parent bc4b0b5 commit ce24864
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engines/zvision/text/text.cpp
Expand Up @@ -318,7 +318,7 @@ int32 textRenderer::drawTxt(const Common::String &txt, cTxtStyle &fnt_stl, Graph

w = font.getStringWidth(txt);

drawTxtWithJustify(txt, font, clr, dst, fnt_stl.size, fnt_stl.justify);
drawTxtWithJustify(txt, font, clr, dst, 0, fnt_stl.justify);

return w;
}
Expand Down

0 comments on commit ce24864

Please sign in to comment.