mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 11:20:05 +00:00
Updated marker to a custom marker so it is different from the center marker
This commit is contained in:
parent
3b8e0d8180
commit
aabf4fcbb0
5 changed files with 14 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public:
|
|||
|
||||
MarkerLayer* self_;
|
||||
const std::string& markerIconName_ {
|
||||
types::GetTextureName(types::ImageTexture::Cursor17)};
|
||||
types::GetTextureName(types::ImageTexture::LocationMarker)};
|
||||
|
||||
std::shared_ptr<gl::draw::GeoIcons> geoIcons_;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue