Remove unneeded rotation of dot

This commit is contained in:
AdenKoperczak 2025-04-06 19:03:22 -04:00
parent 1c23718654
commit 260b7c73a4
No known key found for this signature in database
GPG key ID: 9843017036F62EE7

View file

@ -193,7 +193,6 @@ void OverlayLayerImpl::SetupGeoIcons()
locationIcon_ = geoIcons_->AddIcon();
geoIcons_->SetIconTexture(locationIcon_, locationIconName_, 0);
geoIcons_->SetIconAngle(locationIcon_, units::angle::degrees<double> {45.0});
geoIcons_->SetIconLocation(
locationIcon_, coordinate.latitude(), coordinate.longitude());