forked from organicmaps/organicmaps
compilation fix
This commit is contained in:
parent
5aa3f5c6eb
commit
4a1a41715d
2 changed files with 2 additions and 3 deletions
|
@ -285,7 +285,6 @@ namespace gui
|
|||
|
||||
cs->beginFrame();
|
||||
cs->setDisplayList(m_displayList.get());
|
||||
cs->applyDither();
|
||||
|
||||
uint32_t arrowID = cs->mapInfo(m_arrowImg);
|
||||
math::Matrix<double, 3, 3> arrowM = math::Shift(math::Identity<double, 3>(),
|
||||
|
|
|
@ -266,8 +266,8 @@ namespace qt
|
|||
}
|
||||
|
||||
graphics::EDensity const density = m_framework->GetRenderPolicy()->Density();
|
||||
m_images[IMAGE_PLUS] = new ImageT("plus.png", density);
|
||||
m_images[IMAGE_ARROW] = new ImageT("arrow.png", density);
|
||||
m_images[IMAGE_PLUS] = ImageT("plus.png", density);
|
||||
m_images[IMAGE_ARROW] = ImageT("arrow.png", density);
|
||||
m_isInitialized = true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue