From 27828943f425d4e2973066bcd97abc63abe47c7e Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Fri, 4 Oct 2024 19:02:04 -0400 Subject: [PATCH] change texture for marker and remove unneeded logging --- scwx-qt/source/scwx/qt/map/poi_layer.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scwx-qt/source/scwx/qt/map/poi_layer.cpp b/scwx-qt/source/scwx/qt/map/poi_layer.cpp index a1b0e630..4bfb4338 100644 --- a/scwx-qt/source/scwx/qt/map/poi_layer.cpp +++ b/scwx-qt/source/scwx/qt/map/poi_layer.cpp @@ -28,14 +28,13 @@ public: void ReloadPOIs(); const std::string& poiIconName_ { - types::GetTextureName(types::ImageTexture::Crosshairs24)}; + types::GetTextureName(types::ImageTexture::Cursor17)}; std::shared_ptr geoIcons_; }; void POILayer::Impl::ReloadPOIs() { - logger_->debug("ReloadPOIs"); auto poiManager = manager::POIManager::Instance(); geoIcons_->StartIcons();