mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:30:06 +00:00
change texture for marker and remove unneeded logging
This commit is contained in:
parent
2b7d1ab7c9
commit
27828943f4
1 changed files with 1 additions and 2 deletions
|
|
@ -28,14 +28,13 @@ public:
|
|||
void ReloadPOIs();
|
||||
|
||||
const std::string& poiIconName_ {
|
||||
types::GetTextureName(types::ImageTexture::Crosshairs24)};
|
||||
types::GetTextureName(types::ImageTexture::Cursor17)};
|
||||
|
||||
std::shared_ptr<gl::draw::GeoIcons> geoIcons_;
|
||||
};
|
||||
|
||||
void POILayer::Impl::ReloadPOIs()
|
||||
{
|
||||
logger_->debug("ReloadPOIs");
|
||||
auto poiManager = manager::POIManager::Instance();
|
||||
|
||||
geoIcons_->StartIcons();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue