From 260b7c73a4c3204a526c2d67a32798d01908a85b Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Sun, 6 Apr 2025 19:03:22 -0400 Subject: [PATCH] Remove unneeded rotation of dot --- scwx-qt/source/scwx/qt/map/overlay_layer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp index a72c2089..27bf3de1 100644 --- a/scwx-qt/source/scwx/qt/map/overlay_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/overlay_layer.cpp @@ -193,7 +193,6 @@ void OverlayLayerImpl::SetupGeoIcons() locationIcon_ = geoIcons_->AddIcon(); geoIcons_->SetIconTexture(locationIcon_, locationIconName_, 0); - geoIcons_->SetIconAngle(locationIcon_, units::angle::degrees {45.0}); geoIcons_->SetIconLocation( locationIcon_, coordinate.latitude(), coordinate.longitude());