mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 19:10:06 +00:00
Remove unneeded rotation of dot
This commit is contained in:
parent
1c23718654
commit
260b7c73a4
1 changed files with 0 additions and 1 deletions
|
|
@ -193,7 +193,6 @@ void OverlayLayerImpl::SetupGeoIcons()
|
||||||
|
|
||||||
locationIcon_ = geoIcons_->AddIcon();
|
locationIcon_ = geoIcons_->AddIcon();
|
||||||
geoIcons_->SetIconTexture(locationIcon_, locationIconName_, 0);
|
geoIcons_->SetIconTexture(locationIcon_, locationIconName_, 0);
|
||||||
geoIcons_->SetIconAngle(locationIcon_, units::angle::degrees<double> {45.0});
|
|
||||||
geoIcons_->SetIconLocation(
|
geoIcons_->SetIconLocation(
|
||||||
locationIcon_, coordinate.latitude(), coordinate.longitude());
|
locationIcon_, coordinate.latitude(), coordinate.longitude());
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue