forked from organicmaps/organicmaps
[gl] Fixed typo
This commit is contained in:
parent
c9ca964607
commit
51e16db032
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ namespace yg
|
|||
m2::PointF(r.minX(), r.minY()),
|
||||
m2::PointF(r.maxX(), r.minY()),
|
||||
m2::PointF(r.minX(), r.maxY()),
|
||||
m2::PointD(r.maxX(), r.maxY())
|
||||
m2::PointF(r.maxX(), r.maxY())
|
||||
};
|
||||
|
||||
m2::PointF texPt = skin()->getPage(style->m_pipelineID)->texture()->mapPixel(m2::RectF(style->m_texRect).Center());
|
||||
|
|
Loading…
Add table
Reference in a new issue