From fbed3fc8abab28759fbd89e0ef113f427748f94a Mon Sep 17 00:00:00 2001 From: AdenKoperczak Date: Sun, 9 Feb 2025 13:13:15 -0500 Subject: [PATCH] Clang tidy/format fixes for fix_tooltips_at_high_zooms --- scwx-qt/source/scwx/qt/util/maplibre.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scwx-qt/source/scwx/qt/util/maplibre.cpp b/scwx-qt/source/scwx/qt/util/maplibre.cpp index 5ff8b4ef..37387f99 100644 --- a/scwx-qt/source/scwx/qt/util/maplibre.cpp +++ b/scwx-qt/source/scwx/qt/util/maplibre.cpp @@ -47,7 +47,7 @@ bool IsPointInPolygon(const std::vector& vertices, const glm::vec2& point) { bool inPolygon = true; - bool allSame = true; + bool allSame = true; // For each vertex, assume counterclockwise order for (std::size_t i = 0; i < vertices.size(); ++i)