forked from organicmaps/organicmaps
[graphics] remove text jittering on drag
This commit is contained in:
parent
eb757c6f4d
commit
cd35c9f6a7
1 changed files with 0 additions and 5 deletions
|
@ -139,11 +139,6 @@ namespace graphics
|
|||
if (doTransformPivotOnly)
|
||||
{
|
||||
m2::PointD offsPt = offs + elem.m_pt;
|
||||
m2::PointD fullPt = pv + offs + elem.m_pt;
|
||||
|
||||
offsPt.x -= fullPt.x - floor(fullPt.x);
|
||||
offsPt.y -= fullPt.y - floor(fullPt.y);
|
||||
|
||||
screen->drawStraightGlyph(pv, offsPt, glyph, depth);
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Reference in a new issue