Skip to content

Commit

Permalink
removed unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
shinjiogaki committed Jul 23, 2023
1 parent 9b89c49 commit c36ea21
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/voroce.h
Original file line number Diff line number Diff line change
Expand Up @@ -555,7 +555,6 @@ std::tuple<int32_t, float, glm::vec2> Voronoi::Edge2DRound(const glm::vec2& shad
if (0.5f > closest.y - origin.y) { quadrant += 2; }

// list up all offsets
glm::vec2 point;
const auto size = 13;
const auto N = size - 1;
std::array<glm::vec2, size> offsets;
Expand Down

0 comments on commit c36ea21

Please sign in to comment.