mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 15:10:06 +00:00
Clang tidy/format fixes for fix_tooltips_at_high_zooms
This commit is contained in:
parent
e43c0594d1
commit
fbed3fc8ab
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue