Clang tidy/format fixes for fix_tooltips_at_high_zooms

This commit is contained in:
AdenKoperczak 2025-02-09 13:13:15 -05:00
parent e43c0594d1
commit fbed3fc8ab

View file

@ -47,7 +47,7 @@ bool IsPointInPolygon(const std::vector<glm::vec2>& 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)